diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/cat_modify.tpl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index d3fd98c1c..6fe92a6f5 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -85,14 +85,6 @@ {html_radios name='commentable' values='false,true'|@explode output='No,Yes'|@explode|translate selected=$CAT_COMMENTABLE} </td> </tr> - {if isset($SHOW_UPLOADABLE) } - <tr> - <td><strong>{'Authorize upload'|@translate}</strong> - <td> - {html_radios name='uploadable' values='false,true'|@explode output='No,Yes'|@explode|translate selected=$CAT_UPLOADABLE} - </td> - </tr> - {/if} </table> </fieldset> |