diff options
author | friendica <info@friendica.com> | 2014-02-02 16:49:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-02 16:49:09 -0800 |
commit | 2768262f9386e063efb4d7e276c5a7108c40d44b (patch) | |
tree | 0b1c7a007a24b0b6bc85775d5bb14f55683ccd55 /view | |
parent | abb68e846d828995f6ba016246143ba3d6f04181 (diff) | |
download | volse-hubzilla-2768262f9386e063efb4d7e276c5a7108c40d44b.tar.gz volse-hubzilla-2768262f9386e063efb4d7e276c5a7108c40d44b.tar.bz2 volse-hubzilla-2768262f9386e063efb4d7e276c5a7108c40d44b.zip |
Add switch to allow menus to be used as bookmark collections
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/menuedit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/menuedit.tpl b/view/tpl/menuedit.tpl index ea9e775e2..324dbe426 100644 --- a/view/tpl/menuedit.tpl +++ b/view/tpl/menuedit.tpl @@ -13,7 +13,7 @@ {{include file="field_input.tpl" field=$menu_name}} {{include file="field_input.tpl" field=$menu_desc}} - +{{include file="field_checkbox.tpl" field=$menu_bookmark}} <div class="menuedit-submit-wrapper" > <input type="submit" name="submit" class="menuedit-submit" value="{{$submit}}" /> </div> |