summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d5db0b)
raw | patch | inline | side by side (parent: 0d5db0b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 May 2010 13:29:52 +0000 (13:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 May 2010 13:29:52 +0000 (13:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18479 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/addons/configViewer/migrate.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/addons/configViewer/migrate.tpl b/gosa-core/plugins/addons/configViewer/migrate.tpl
index d3b31889aa266fef8c1c0edf99e1abb76b558432..08f08bef6c0f9a8159e692769e2c99a4b76aa62b 100644 (file)
-<h3>{t}Property migration assistent{/t}</h3>
-
-{t}Migration steps left{/t}: {$leftSteps}
-
-<hr>
-
-<div style='width:100%; height: 400px; overflow: scroll'>
-{$content}
-</div>
-
-<hr>
-<div class="plugin-actions">
+<div id="mainlist">
+ <div class="mainlist-header">
+ <p>{t}Property migration assistent{/t} - {t}Migration steps left{/t}: {$leftSteps}</p>
+ <div class="mainlist-nav">
+ <div style='width:100%; height: 400px; overflow: scroll'>
+ {$content}
+ </div>
+ <hr>
+ <div class="plugin-actions">
<button name='propertyMigrate_save'>{msgPool type='okButton'}</button>
<button name='propertyMigrate_cancel'>{msgPool type='cancelButton'}</button>
+ </div>
+ </div>
+ </div>
</div>
+