Code

Starting move
[gosa.git] / plugins / personal / generic / generic_picture.tpl
diff --git a/plugins/personal/generic/generic_picture.tpl b/plugins/personal/generic/generic_picture.tpl
deleted file mode 100644 (file)
index 0e2b06c..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
- <!-- Headline container -->
- <tr>
-   <td colspan=2>
-     <h2><img alt="" class="center" align="middle" src="images/head.png"> {t}Personal picture{/t}</h2>
-   </td>
- </tr>
- <!-- Base container -->
- <tr>
- <!-- Image container -->
-  <td>
-   <table>
-    <tr>
-     <td width="147" height="200" bgcolor="gray">
-      <img class="center" border="0" width="100%" src="getbin.php?rand={$rand}" alt="{t}Personal picture{/t}">
-     </td>
-    </tr>
-   </table>
-  </td>
-       </tr>
-       <tr>
-   <!-- Name, ... -->
-   <td style="vertical-align:bottom; width:100%;">
-     <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
-     <input id="picture_file" name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
-     &nbsp;
-     <input type=submit name="picture_remove" value="{t}Remove picture{/t}">
-   </td>
- </tr>
-</table>
-<br>
-<p class="plugbottom">
-  <input type=submit name="picture_edit_finish" value="{t}Save{/t}">
-  &nbsp;
-  <input type=submit name="picture_edit_cancel" value="{t}Cancel{/t}">
-</p>
-