diff options
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/admin.tpl | 8 | ||||
-rw-r--r-- | template/yoga/admin/cat_options.tpl | 3 | ||||
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 2 |
3 files changed, 4 insertions, 9 deletions
diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index e3f34c2d2..47d6ecf95 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -28,13 +28,7 @@ <li><a href="{U_CAT_UPDATE}">{lang:update}</a><br /> </li> <li><a href="{U_CATEGORIES}">{lang:manage}</a></li> <li><a href="{U_MOVE}">{lang:Move}</a></li> - <li><a href="{U_CAT_UPLOAD}">{lang:upload}</a></li> - <li><a href="{U_CAT_COMMENTS}">{lang:comments}</a></li> - <li><a href="{U_CAT_VISIBLE}">{lang:lock}</a></li> - <li><a href="{U_CAT_STATUS}">{lang:cat_security}</a></li> - <!-- BEGIN representative --> - <li><a href="{representative.URL}">{lang:Representative}</a></li> - <!-- END representative --> + <li><a href="{U_CAT_OPTIONS}">{lang:Batch management}</a></li> <li><a href="{U_PERMALINKS}">{lang:Permalinks}</a></li> </ul> </dd> diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl index 891dc37d4..2cc1f96a0 100644 --- a/template/yoga/admin/cat_options.tpl +++ b/template/yoga/admin/cat_options.tpl @@ -3,7 +3,8 @@ <ul class="categoryActions"> <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> </ul> - <h2>{lang:title_cat_options}</h2> + <h2>{lang:Batch management} {TABSHEET_TITLE}</h2> + {TABSHEET} </div> <form method="post" action="{F_ACTION}" id="cat_options"> diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index f71b83030..a85ef6ed7 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -284,7 +284,7 @@ input.submit:active { border: 1px solid #fff; border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */ -moz-border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */ - padding: 5px 4em 2px 4em; + padding: 5px 2em 2px 2em; } .tabsheet a { |