adjust placeholder naming

This commit is contained in:
Mario Vavti 2015-04-29 16:33:03 +02:00
parent bc44b6f793
commit f987fc3e6f
2 changed files with 3 additions and 2 deletions

View File

@ -161,8 +161,9 @@ function editlayout_content(&$a) {
'$public' => t('Public post'),
'$jotnets' => $jotnets,
'$title' => htmlspecialchars($itm[0]['title'],ENT_COMPAT,'UTF-8'),
'$placeholdertitle' => t('Title (optional)'),
'$placeholdertitle' => t('Layout Description (Optional)'),
'$pagetitle' => $layout_title,
'$placeholdpagetitle' => t('Layout Name'),
'$category' => '',
'$placeholdercategory' => t('Categories (optional, comma-separated list)'),
'$emtitle' => t('Example: bob@example.com, mary@example.com'),

View File

@ -121,7 +121,7 @@ function layouts_content(&$a) {
'ptlabel' => t('Layout Name'),
'profile_uid' => intval($owner),
'expanded' => true,
'placeholdertitle' => t('Layout Description')
'placeholdertitle' => t('Layout Description (Optional)')
);
if($_REQUEST['title'])