skins/default/settings.css | ●●●●● patch | view | raw | blame | history | |
skins/default/templates/folderedit.html | ●●●●● patch | view | raw | blame | history | |
skins/default/templates/identityedit.html | ●●●●● patch | view | raw | blame | history | |
skins/default/templates/settingsedit.html | ●●●●● patch | view | raw | blame | history |
skins/default/settings.css
@@ -134,14 +134,14 @@ #formfooter .footerleft { padding-left: 2px; padding: 0 2px 10px; white-space: nowrap; float: left; } #formfooter .footerright { padding-right: 2px; padding: 0 2px 10px; white-space: nowrap; text-align: right; float: right; skins/default/templates/folderedit.html
@@ -11,12 +11,14 @@ <div id="folder-details" class="boxcontent"> <roundcube:object name="folderdetails" /> <p> <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 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" /> </div> </div> </div> <script type="text/javascript">rcube_init_tabs('folder-details > form')</script> 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> skins/default/templates/settingsedit.html
@@ -10,13 +10,12 @@ <div id="prefs-title" class="boxtitle"><roundcube:object name="sectionname" /></div> <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> <roundcube:object name="userprefs" form="form" /> <div id="formfooter"> <div class="footerleft"> <roundcube:button command="save" type="input" class="button mainaction" label="save" /> </div> </div> </div> </body>