diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-10-02 06:03:20 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-10-02 06:03:20 +0000 |
| commit | 959d47c76ac664879ef91629b22251c1b8674d2c (patch) | |
| tree | 9abd81dea820970abd9f02e74012ae5852e927a0 /templates/module_config_inc.tpl | |
| parent | 20672eb91bd14c58c4c8a0473bc61ecfc9eb1011 (diff) | |
| download | themes-959d47c76ac664879ef91629b22251c1b8674d2c.tar.gz themes-959d47c76ac664879ef91629b22251c1b8674d2c.tar.bz2 themes-959d47c76ac664879ef91629b22251c1b8674d2c.zip | |
change layout slightly to better join title and movement buttons.create_permission
Diffstat (limited to 'templates/module_config_inc.tpl')
| -rw-r--r-- | templates/module_config_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/module_config_inc.tpl b/templates/module_config_inc.tpl index d2452f7..ed973e0 100644 --- a/templates/module_config_inc.tpl +++ b/templates/module_config_inc.tpl @@ -24,10 +24,10 @@ <input type="hidden" name="modules[{$modInfo.module_id}][layout_area]" value="{$area}" /> <input type="hidden" name="modules[{$modInfo.module_id}][layout]" value="{$module_package}" /> {if !$smarty.request.nocollapse && !$condensed && $gBitThemes->isJavascriptEnabled()}</a>{/if} + <br /> + {$smarty.capture.shared} </h3> -{$smarty.capture.shared} - {if !$condensed} {if !$smarty.request.nocollapse && $gBitThemes->isJavascriptEnabled()}<div id="id-{$modInfo.module_id}" style="display:none;">{/if} <table class="data"> |
