Code

Added some more attributes to kolab tab
[gosa.git] / plugins / admin / departments / dep_iframe.tpl
1 <h2>{t}Processing the requested operation{/t}</h2>
2 {$message}
3 {t}As soon as the move operation has finished, you can scroll down to end of the page and press the 'Continue' button to continue with the department management dialog.{/t}
4 <br>
5 <br>
6 <div style="margin:3px;background-color:white; border:1px solid #A0A0A0">
7 <iframe src="{$src}" style="width:100%;height:450px;background-color:#FFFFFF;" name="status">
8         <p>{t}Your browser doesn't support iframes, please use this link to perform the requested operation.{/t}
9         <br>
10         <a href="{$src}">{$src}</a>
11         </p>
12 </iframe>
13 </div>
15 <!--
16 <p class="seperator">&nbsp;</p>
17 <div style="text-align:right;">
18         <p>
19                 <input type="submit" name="back" value="{t}Back{/t}">
20         </p>
21 </div>
22 -->