Code

Added scrollbody
[gosa.git] / gosa-core / plugins / addons / configViewer / migrate.tpl
1 <h3>{t}Property migration assistent{/t}</h3> 
3 {t}Migration steps left{/t}: {$leftSteps}
5 <hr>
7 <div style='width:100%; height: 400px; overflow: scroll'>
8 {$content}
9 </div>
11 <hr>
12 <div class="plugin-actions">
13     <button name='propertyMigrate_save'>{msgPool type='okButton'}</button>
14     <button name='propertyMigrate_cancel'>{msgPool type='cancelButton'}</button>
15 </div>