adjust placeholder naming
This commit is contained in:
parent
bc44b6f793
commit
f987fc3e6f
@ -161,8 +161,9 @@ function editlayout_content(&$a) {
|
|||||||
'$public' => t('Public post'),
|
'$public' => t('Public post'),
|
||||||
'$jotnets' => $jotnets,
|
'$jotnets' => $jotnets,
|
||||||
'$title' => htmlspecialchars($itm[0]['title'],ENT_COMPAT,'UTF-8'),
|
'$title' => htmlspecialchars($itm[0]['title'],ENT_COMPAT,'UTF-8'),
|
||||||
'$placeholdertitle' => t('Title (optional)'),
|
'$placeholdertitle' => t('Layout Description (Optional)'),
|
||||||
'$pagetitle' => $layout_title,
|
'$pagetitle' => $layout_title,
|
||||||
|
'$placeholdpagetitle' => t('Layout Name'),
|
||||||
'$category' => '',
|
'$category' => '',
|
||||||
'$placeholdercategory' => t('Categories (optional, comma-separated list)'),
|
'$placeholdercategory' => t('Categories (optional, comma-separated list)'),
|
||||||
'$emtitle' => t('Example: bob@example.com, mary@example.com'),
|
'$emtitle' => t('Example: bob@example.com, mary@example.com'),
|
||||||
|
@ -121,7 +121,7 @@ function layouts_content(&$a) {
|
|||||||
'ptlabel' => t('Layout Name'),
|
'ptlabel' => t('Layout Name'),
|
||||||
'profile_uid' => intval($owner),
|
'profile_uid' => intval($owner),
|
||||||
'expanded' => true,
|
'expanded' => true,
|
||||||
'placeholdertitle' => t('Layout Description')
|
'placeholdertitle' => t('Layout Description (Optional)')
|
||||||
);
|
);
|
||||||
|
|
||||||
if($_REQUEST['title'])
|
if($_REQUEST['title'])
|
||||||
|
Reference in New Issue
Block a user