Code

Starting move
[gosa.git] / plugins / admin / systems / services / glpi / glpiSelectUser.tpl
diff --git a/plugins/admin/systems/services/glpi/glpiSelectUser.tpl b/plugins/admin/systems/services/glpi/glpiSelectUser.tpl
deleted file mode 100644 (file)
index 75bf351..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
-<tr>
-  <td style="vertical-align:top;width:50%;" >
-  <div class="contentboxh" style="height:20px;">
-    <p class="contentboxh" style="font-size:12px;">
-     {t}List of users{/t}
-    </p>
-  </div>
-  <div class="contentboxb">
-      {$usershead}
-  </div>
-  <div style='height:4px;'></div>
-  <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
-      {$users}
-    <input type=hidden name="edit_helper">
-  </div>
-  </td>
-  <td style="vertical-align:top;">
-   <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;height:20px;">
-    <p class="contentboxh" style="font-size:12px;"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
-   </div>
-   <div class="contentboxb" style="padding:5px;">
-    {t}This dialog allows you to select a user as technical responsible person.{/t}
-   </div>
-   <br>
-   <div class="contentboxh" style="height:20px;">
-    <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
-   </div>
-   <div class="contentboxb">
-     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-      {$alphabet}
-     </table>
-<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-<tr>
-<td><LABEL for="regex"><img alt="{t}Display users matching{/t}" src="{$search_image}" align=middle></label></td>
-<td width="99%">
-<input type='text' style='width:99%' name='regex' maxlength='20' value='{$users_regex}' title='{t}Regular expression for matching user names{/t}' onChange="mainform.submit()">
-</td>
-</tr>
-</table>
-   {$apply}
-   </div>
-  </td>
-</tr>
-</table>
-
-<input type="hidden" name="ignore">
-<p class="seperator">&nbsp;</p>
-<div align="right">
-       <p>
-       <input type="submit" name="{$AbortSelectUser}" value="{t}Cancel{/t}">
-</p>
-</div>