Code

37c243622fb1a409217edf864c88ba3bb661bdeb
[gosa.git] / gosa-core / plugins / admin / departments / dep_iframe.tpl
1 <h3>{t}Processing the requested operation{/t}</h3>
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="{msgPool type=backButton}">
19         </p>
20 </div>
21 -->