mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
Bug 1636 fixed : add radius for chrome. Simplify css tabsheet.
git-svn-id: http://piwigo.org/svn/trunk@6027 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -91,11 +91,11 @@ jQuery().ready(function(){ldelim}
|
||||
</dl>
|
||||
</div> <!-- menubar -->
|
||||
|
||||
<div id="content" class="content">
|
||||
{if isset($TABSHEET)}
|
||||
{$TABSHEET}
|
||||
{/if}
|
||||
|
||||
{if isset($TABSHEET)}
|
||||
{$TABSHEET}
|
||||
{/if}
|
||||
<div id="content" class="content{if isset($TABSHEET)} with-tabs{/if}">
|
||||
{if isset($U_HELP)}
|
||||
<ul class="HelpActions">
|
||||
<li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/help.png" class="button" alt="(?)"></a></li>
|
||||
|
||||
Reference in New Issue
Block a user