aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Editlayout.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-30 22:21:00 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-30 22:21:00 +0200
commitd43c7603bff9553283b111934b36412bd8721b0e (patch)
treed33952663bb99efb3b480a9f290674a1ae40ac64 /Zotlabs/Module/Editlayout.php
parentc96b20c55969f96ba191d40908cf005b7f6a58da (diff)
downloadvolse-hubzilla-d43c7603bff9553283b111934b36412bd8721b0e.tar.gz
volse-hubzilla-d43c7603bff9553283b111934b36412bd8721b0e.tar.bz2
volse-hubzilla-d43c7603bff9553283b111934b36412bd8721b0e.zip
more work on layout editors
Diffstat (limited to 'Zotlabs/Module/Editlayout.php')
-rw-r--r--Zotlabs/Module/Editlayout.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Module/Editlayout.php b/Zotlabs/Module/Editlayout.php
index de3117e57..2d20de52d 100644
--- a/Zotlabs/Module/Editlayout.php
+++ b/Zotlabs/Module/Editlayout.php
@@ -113,17 +113,17 @@ class Editlayout extends \Zotlabs\Web\Controller {
'button' => t('Edit'),
'hide_voting' => true,
'hide_future' => true,
- 'hide_location' => true,
+ 'hide_expire' => true,
'hide_preview' => true,
'ptyp' => $itm[0]['obj_type'],
'body' => undo_post_tagging($itm[0]['body']),
'post_id' => $post_id,
'title' => htmlspecialchars($itm[0]['title'],ENT_COMPAT,'UTF-8'),
'pagetitle' => $layout_title,
+ 'ptlabel' => t('Layout Name'),
+ 'placeholdertitle' => t('Layout Description (Optional)'),
'showacl' => false,
'profile_uid' => intval($owner),
- 'catsenabled' => $catsenabled,
- 'hide_expire' => true,
);
$editor = status_editor($a, $x);