diff options
Diffstat (limited to 'admin/template/goto/cat_options.tpl')
-rw-r--r-- | admin/template/goto/cat_options.tpl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/admin/template/goto/cat_options.tpl b/admin/template/goto/cat_options.tpl deleted file mode 100644 index 9c25c1ef0..000000000 --- a/admin/template/goto/cat_options.tpl +++ /dev/null @@ -1,11 +0,0 @@ -<div class="titrePage"> - <h2>{'Properties'|@translate} {$TABSHEET_TITLE}</h2> -</div> - -<form method="post" action="{$F_ACTION}" id="cat_options"> - <fieldset> - <legend>{$L_SECTION}</legend> - {$DOUBLE_SELECT} - </fieldset> -</form> - |