Fix form buttons (#1488548)
Conflicts:
skins/default/settings.css
| | |
| | | |
| | | #formfooter .footerleft |
| | | { |
| | | padding-left: 15px; |
| | | padding: 0 2px 10px; |
| | | white-space: nowrap; |
| | | float: left; |
| | | } |
| | | |
| | | #formfooter .footerright |
| | | { |
| | | padding-right: 15px; |
| | | padding: 0 2px 10px; |
| | | white-space: nowrap; |
| | | text-align: right; |
| | | float: right; |
| | |
| | | |
| | | <div id="folder-details" class="boxcontent"> |
| | | <roundcube:object name="folderdetails" /> |
| | | <p> |
| | | <div id="formfooter"> |
| | | <div class="footerleft"> |
| | | <roundcube:if condition="!strlen(request:_mbox)" /> |
| | | <input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" /> |
| | | <roundcube:endif /> |
| | | <roundcube:button command="save" type="input" class="button mainaction" label="save" /> |
| | | </p> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <script type="text/javascript">rcube_init_tabs('folder-details > form')</script> |
| | | |
| | |
| | | |
| | | <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> |
| | | |
| | | <div id="formfooter"> |
| | | <div class="footerleft"> |
| | | <roundcube:button command="save" type="input" class="button mainaction" label="save" /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | </body> |
| | | </html> |
| | |
| | | |
| | | <div id="prefs-details" class="boxcontent"> |
| | | <roundcube:object name="userprefs" form="form" /> |
| | | </div> |
| | | |
| | | <div id="formfooter"> |
| | | <div class="footerleft"> |
| | | <roundcube:button command="save" type="input" class="button mainaction" label="save" /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | </body> |
| | | </html> |