Code

reverted template design
[gosa.git] / gosa-core / plugins / personal / generic / generic_picture.tpl
index e365bef60da9eaebb39b2446a1c5825fac3802f8..f0407e78fb2223c6a669e19b2a2af9c704b59b2c 100644 (file)
@@ -2,8 +2,7 @@
  <!-- Headline container -->
  <tr>
    <td colspan=2>
-     <h2>{image path="plugins/generic/images/head.png"} {t}Personal picture{/t}
-</h2>
+     <h3>{t}Personal picture{/t}</h3>
    </td>
  </tr>
  <!-- Base container -->
@@ -13,8 +12,7 @@
    <table>
     <tr>
      <td width="147" height="200" bgcolor="gray">
-      {image path="getbin.php?rand={$rand}"}
-
+      <img  src="getbin.php?rand={$rand}" alt='' style='width:147px;' >
      </td>
     </tr>
    </table>
  </tr>
 </table>
 <br>
-<p class="plugbottom">
-  <button type='submit' name='picture_edit_finish'>{msgPool type=saveButton}</button>
 
-  &nbsp;
+<div class='plugin-actions'>
+  <button type='submit' name='picture_edit_finish'>{msgPool type=saveButton}</button>
   <button type='submit' name='picture_edit_cancel'>{msgPool type=cancelButton}</button>
-
-</p>
+</div>