Aleksander Machniak
2012-06-24 a008a3f0e30bcddf6d9ce4a0015495bf8978c8c2
skins/default/templates/identityedit.html
@@ -18,12 +18,15 @@
<div id="identity-title" class="boxtitle"><roundcube:object name="steptitle" /></div>
<div id="identity-details" class="boxcontent">
<roundcube:object name="identityform" id="identity-form" size="40" textareacols="70" textarearows="6" />
<script type="text/javascript">rcube_init_tabs('identity-form')</script>
  <roundcube:object name="identityform" id="identity-form" size="40" textareacols="70" textarearows="6" />
<div id="formfooter">
  <roundcube:button command="save" type="input" class="button mainaction" label="save" />
</div>
  <script type="text/javascript">rcube_init_tabs('identity-form')</script>
  <div id="formfooter">
    <div class="footerleft">
      <roundcube:button command="save" type="input" class="button mainaction" label="save" />
    </div>
  </div>
</div>
</body>