Code

Updated divlists.
[gosa.git] / plugins / admin / departments / dep_iframe.tpl
1 <h2>{t}Processing the requested operation{/t}</h2>
2 {$message}
3 <br>
4 <br>
5 <div style="margin:3px;background-color:white; border:1px solid #A0A0A0">
6 <iframe src="{$src}" style="width:100%;height:450px;background-color:#FFFFFF;" name="status">
7         <p>{t}Your browser doesn't support iframes, please use this link to perform the requested operation.{/t}
8         <br>
9         <a href="{$src}">{$src}</a>
10         </p>
11 </iframe>
12 </div>
14 <!--
15 <p class="seperator">&nbsp;</p>
16 <div style="text-align:right;">
17         <p>
18                 <input type="submit" name="back" value="{t}Back{/t}">
19         </p>
20 </div>
21 -->