diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2014-05-23 11:50:47 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2014-05-23 11:50:47 -0400 |
| commit | cfb56e0da856eaa1395dbd6d79a5e215de14a8d6 (patch) | |
| tree | 2602f6f8731795b57ceddbc64ea55110e5c8eb19 /templates | |
| parent | 812d737da7192bcd3f8dbe1b75fc67c5bd46a57b (diff) | |
| download | themes-cfb56e0da856eaa1395dbd6d79a5e215de14a8d6.tar.gz themes-cfb56e0da856eaa1395dbd6d79a5e215de14a8d6.tar.bz2 themes-cfb56e0da856eaa1395dbd6d79a5e215de14a8d6.zip | |
bootstrap3
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_layout.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_layout.tpl b/templates/admin_layout.tpl index 897eebf..b56d8c5 100644 --- a/templates/admin_layout.tpl +++ b/templates/admin_layout.tpl @@ -48,7 +48,7 @@ </noscript> {/form} <div class="row"> - <div class="span7"> + <div class="col-md-7"> <table class="width100p"> <caption>{tr}Current Layout of '{if !$module_package || $module_package=='kernel'}Site Default{else}{$module_package|capitalize}{/if}'{/tr}</caption> <tr> @@ -91,7 +91,7 @@ </tr> </table> </div> - <div class="span5"> + <div class="col-md-5"> {jstabs} {jstab title="Modules"} {form action=$smarty.server.SCRIPT_NAME legend="Assign modules to areas"} |
