diff options
| author | spiderr <spider@viovio.com> | 2013-05-16 13:27:47 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-05-16 13:27:47 -0400 |
| commit | 75856a773e662db0f1cff92d6238f9bb76e2b528 (patch) | |
| tree | 10824bb58b6d0d2f7ee7cf010a2eab3bb8c193c7 /templates/admin_layout.tpl | |
| parent | 8d4d37ded053a677d7d4a7ad8e8f41a700492c5b (diff) | |
| download | themes-75856a773e662db0f1cff92d6238f9bb76e2b528.tar.gz themes-75856a773e662db0f1cff92d6238f9bb76e2b528.tar.bz2 themes-75856a773e662db0f1cff92d6238f9bb76e2b528.zip | |
clean up admin_layout_overview
Diffstat (limited to 'templates/admin_layout.tpl')
| -rw-r--r-- | templates/admin_layout.tpl | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/templates/admin_layout.tpl b/templates/admin_layout.tpl index f3b7eb7..897eebf 100644 --- a/templates/admin_layout.tpl +++ b/templates/admin_layout.tpl @@ -47,8 +47,9 @@ </div> </noscript> {/form} - - <table class="layouts_table"> +<div class="row"> + <div class="span7"> + <table class="width100p"> <caption>{tr}Current Layout of '{if !$module_package || $module_package=='kernel'}Site Default{else}{$module_package|capitalize}{/if}'{/tr}</caption> <tr> {foreach from=$layoutAreas item=area key=colkey} @@ -89,11 +90,11 @@ {/foreach} </tr> </table> - - + </div> + <div class="span5"> {jstabs} {jstab title="Modules"} - {form action=$smarty.server.SCRIPT_NAME legend="Assign modules to columns and areas"} + {form action=$smarty.server.SCRIPT_NAME legend="Assign modules to areas"} <input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="module_package" value="{$module_package}" /> <div class="control-group"> @@ -352,5 +353,7 @@ {include file="bitpackage:themes/admin_layout_inc.tpl"} {/jstabs} + </div> +</div> {/strip} |
