Code

reverted template design
[gosa.git] / gosa-core / plugins / personal / generic / generic_picture.tpl
index ac142a624cfa30e3f46fbc9b89101b7e6ab0035d..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 -->
  </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>