From 4c92db89127e5ca4018af5919c7def247d8a800a Mon Sep 17 00:00:00 2001 From: Kevin Granger Date: Tue, 27 Aug 2013 19:08:53 +0200 Subject: [PATCH] // Modules position --- admin-dev/themes/default/css/admin-theme.css | 2 +- admin-dev/themes/default/css/admin-theme.sass | 2 +- .../controllers/modules/configure.tpl | 23 +++++++++++++++++++ .../modules_positions/list_modules.tpl | 6 +++-- 4 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 admin-dev/themes/default/template/controllers/modules/configure.tpl diff --git a/admin-dev/themes/default/css/admin-theme.css b/admin-dev/themes/default/css/admin-theme.css index 0d522f211..ccbb82509 100644 --- a/admin-dev/themes/default/css/admin-theme.css +++ b/admin-dev/themes/default/css/admin-theme.css @@ -7385,7 +7385,7 @@ tr.filter { .module_col_position { display: table-cell; vertical-align: middle; - width: 50px; + width: 60px; text-align: right; } .module_col_position .positions { font-family: "Ubuntu", sans-serif; diff --git a/admin-dev/themes/default/css/admin-theme.sass b/admin-dev/themes/default/css/admin-theme.sass index 766811553..126c6c11b 100755 --- a/admin-dev/themes/default/css/admin-theme.sass +++ b/admin-dev/themes/default/css/admin-theme.sass @@ -894,7 +894,7 @@ fieldset > .row .module_col_position display: table-cell vertical-align: middle - width: 50px + width: 60px text-align: right .positions font-family: $headings-font-family diff --git a/admin-dev/themes/default/template/controllers/modules/configure.tpl b/admin-dev/themes/default/template/controllers/modules/configure.tpl new file mode 100644 index 000000000..ad7fbea90 --- /dev/null +++ b/admin-dev/themes/default/template/controllers/modules/configure.tpl @@ -0,0 +1,23 @@ +
+

+ {l s='Configure'} : {$module_name} +

+ +
\ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl b/admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl index faa9d0498..8ba4845e9 100644 --- a/admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl +++ b/admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl @@ -92,13 +92,15 @@
= 2}class="dragHandle"{/if} id="td_{$hook['id_hook']}_{$module['instance']->id}"> {$module@iteration} {if $can_move} - {/if}
{/if}