diff options
author | patdenice <patdenice@piwigo.org> | 2008-10-01 12:31:22 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-10-01 12:31:22 +0000 |
commit | 7eb7d3752748e3ca6db611e29a5d8c1aaac1195b (patch) | |
tree | 4b20008d3f7fa51b23b01dd14106ae836d8ad32c /admin/template/goto/plugins_update.tpl | |
parent | af4b55f392a41ad8ec3351e03e4d56679017643b (diff) |
Add icons for plugins actions.
git-svn-id: http://piwigo.org/svn/trunk@2631 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/plugins_update.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/template/goto/plugins_update.tpl b/admin/template/goto/plugins_update.tpl index fbfe04afb..c21e01e18 100644 --- a/admin/template/goto/plugins_update.tpl +++ b/admin/template/goto/plugins_update.tpl @@ -18,7 +18,7 @@ jQuery().ready(function(){ldelim} {if isset($plugins_not_uptodate)} <br> <b>{'plugins_need_update'|@translate}</b> -<table class="table2"> +<table class="table2 plugins"> <thead> <tr class="throw"> <td>{'Name'|@translate}</td> @@ -43,7 +43,7 @@ jQuery().ready(function(){ldelim} {if isset($plugins_uptodate)} <br> <b>{'plugins_dontneed_update'|@translate}</b> -<table class="table2"> +<table class="table2 plugins"> <thead> <tr class="throw"> <td>{'Name'|@translate}</td> @@ -63,7 +63,7 @@ jQuery().ready(function(){ldelim} {if isset($plugins_cant_check)} <br> <b>{'plugins_cant_check'|@translate}</b> -<table class="table2"> +<table class="table2 plugins"> <thead> <tr class="throw"> <td>{'Name'|@translate}</td> |