diff options
author | friendica <info@friendica.com> | 2014-02-05 03:44:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-05 03:44:46 -0800 |
commit | 0844110f7b154a0fb5102362fe732c2b091222d7 (patch) | |
tree | d3754aa1d251308eb6178fe4ab138463ceaaf135 /view | |
parent | 24f32e55c88311867218c1d93c808cd842453078 (diff) | |
download | volse-hubzilla-0844110f7b154a0fb5102362fe732c2b091222d7.tar.gz volse-hubzilla-0844110f7b154a0fb5102362fe732c2b091222d7.tar.bz2 volse-hubzilla-0844110f7b154a0fb5102362fe732c2b091222d7.zip |
preserve system bit when editing menus
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/menuedit.tpl | 4 |
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}} |