aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/menuedit.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-05 03:44:46 -0800
committerfriendica <info@friendica.com>2014-02-05 03:44:46 -0800
commit0844110f7b154a0fb5102362fe732c2b091222d7 (patch)
treed3754aa1d251308eb6178fe4ab138463ceaaf135 /view/tpl/menuedit.tpl
parent24f32e55c88311867218c1d93c808cd842453078 (diff)
downloadvolse-hubzilla-0844110f7b154a0fb5102362fe732c2b091222d7.tar.gz
volse-hubzilla-0844110f7b154a0fb5102362fe732c2b091222d7.tar.bz2
volse-hubzilla-0844110f7b154a0fb5102362fe732c2b091222d7.zip
preserve system bit when editing menus
Diffstat (limited to 'view/tpl/menuedit.tpl')
-rw-r--r--view/tpl/menuedit.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/menuedit.tpl b/view/tpl/menuedit.tpl
index 324dbe426..1ccfb3d68 100644
--- a/view/tpl/menuedit.tpl
+++ b/view/tpl/menuedit.tpl
@@ -10,6 +10,10 @@
{{if $menu_id}}
<input type="hidden" name="menu_id" value="{{$menu_id}}" />
{{/if}}
+{{if $menu_system}}
+<input type="hidden" name="menu_system" value="{{$menu_system}}" />
+{{/if}}
+
{{include file="field_input.tpl" field=$menu_name}}
{{include file="field_input.tpl" field=$menu_desc}}