Changeset 9689f5b in github
- Timestamp:
- Jun 18, 2010 8:10:35 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 16e8314
- Parents:
- 7dff2fe
- Location:
- skins/default
- Files:
-
- 2 edited
-
common.css (modified) (1 diff)
-
templates/mail.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/common.css
r8e5ed7b r9689f5b 315 315 .pagenav span 316 316 { 317 color: # 666;317 color: #444; 318 318 font-size: 11px; 319 319 text-shadow: white 1px 1px; -
skins/default/templates/mail.html
r7dff2fe r9689f5b 75 75 <roundcube:container name="listcontrols" id="listcontrols" /> 76 76 <roundcube:if condition="env:threads" /> 77 <span style="margin-left: 1 0px"><roundcube:label name="threads" />: </span>77 <span style="margin-left: 12px"><roundcube:label name="threads" />: </span> 78 78 <roundcube:button command="expand-all" type="link" title="expand-all" class="buttonPas expand-all" classAct="button expand-all" classSel="button expand-allsel" content=" " /> 79 79 <roundcube:button command="expand-unread" type="link" title="expand-unread" class="buttonPas expand-unread" classAct="button expand-unread" classSel="button expand-unreadsel" content=" " /> 80 80 <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " /> 81 81 <roundcube:endif /> 82 < span style="margin-left: 10px"><roundcube:label name="previewpane" />: </span>83 <input type="checkbox" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:if condition="config:preview_pane == true" /> checked="checked"<roundcube:endif /> /> 82 <label><span style="margin-left: 12px"><roundcube:label name="previewpane" />: </span> 83 <input type="checkbox" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:if condition="config:preview_pane == true" /> checked="checked"<roundcube:endif /> /></label> 84 84 </div> 85 85 <div id="countcontrols" class="pagenav">
Note: See TracChangeset
for help on using the changeset viewer.
