diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/configuration.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl index 04d8c7855..ec5695f5a 100644 --- a/template/yoga/admin/configuration.tpl +++ b/template/yoga/admin/configuration.tpl @@ -1,10 +1,10 @@ {* $Id$ *} <div class="titrePage"> + {$TABSHEET} <ul class="categoryActions"> <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}"><img src="{$themeconf.icon_dir}/help.png" class="button" alt="(?)"></a></li> </ul> <h2>{'title_configuration'|@translate} {$TABSHEET_TITLE}</h2> - {$TABSHEET} </div> <form method="post" action="{$F_ACTION}" class="properties"> |