From a97451563437b12de9050e7f37c021b9eaa62d6d Mon Sep 17 00:00:00 2001 From: patdenice Date: Sat, 4 Oct 2008 15:36:45 +0000 Subject: [PATCH] - don't display empty diff --git a/admin/template/goto/plugins_list.tpl b/admin/template/goto/plugins_list.tpl index 2b0f9bb06..96b1f2b1a 100644 --- a/admin/template/goto/plugins_list.tpl +++ b/admin/template/goto/plugins_list.tpl @@ -43,8 +43,16 @@ {'Activate'|@translate} +
  • + + {'Uninstall'|@translate} + +
  • {/if} - {if $plugin.STATE == 'inactive' or $plugin.STATE == 'missing'} + {if $plugin.STATE == 'missing'} +
  • + {'Deactivate'|@translate} +
  • {'Uninstall'|@translate} @@ -65,7 +73,7 @@ {'plugins_delete'|@translate}
  • - {elseif $plugin.STATE != 'missing'} + {else}
  • {'plugins_delete'|@translate}
  • diff --git a/template/yoga/menubar_categories.tpl b/template/yoga/menubar_categories.tpl index eb09ec914..9986f7dd5 100644 --- a/template/yoga/menubar_categories.tpl +++ b/template/yoga/menubar_categories.tpl @@ -1,11 +1,10 @@ -{if isset($U_START_FILTER)} -start filter -{/if} -{if isset($U_STOP_FILTER)} -stop filter -{/if} -
    + {if isset($U_START_FILTER)} + start filter + {/if} + {if isset($U_STOP_FILTER)} + stop filter + {/if} {'Categories'|@translate}