Changeset de2e0bfe in github
- Timestamp:
- Dec 9, 2008 12:44:45 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 6291c90
- Parents:
- fe3e678
- Files:
-
- 5 edited
-
program/js/app.js (modified) (1 diff)
-
program/steps/mail/func.inc (modified) (1 diff)
-
program/steps/settings/manage_folders.inc (modified) (1 diff)
-
skins/default/mail.css (modified) (2 diffs)
-
skins/default/settings.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
rb754889 rde2e0bfe 3561 3561 } 3562 3562 else if (c=='attachment') 3563 col.innerHTML = attachment && this.env.attachmenticon ? '<img src="'+this.env.attachmenticon+'" alt="" />' : ' ';3563 col.innerHTML = attachment && this.env.attachmenticon ? '<img src="'+this.env.attachmenticon+'" alt="" />' : ' '; 3564 3564 else 3565 3565 col.innerHTML = cols[c]; -
program/steps/mail/func.inc
r133bb07 rde2e0bfe 324 324 $out .= '<td class="'.$col.'">' . $cont . "</td>\n"; 325 325 else 326 $out .= sprintf("<td class=\"icon\">%s</td>\n", $attach_icon ? sprintf($image_tag, $skin_path, $attach_icon, '') : ' ');326 $out .= sprintf("<td class=\"icon\">%s</td>\n", $attach_icon ? sprintf($image_tag, $skin_path, $attach_icon, '') : ' '); 327 327 } 328 328 -
program/steps/settings/manage_folders.inc
r701b9a7 rde2e0bfe 250 250 } 251 251 else { 252 $table->add( null, '');253 $table->add( null, '');252 $table->add('rename', ' '); 253 $table->add('delete', ' '); 254 254 } 255 255 -
skins/default/mail.css
rfe3e678 rde2e0bfe 300 300 { 301 301 position:relative; 302 width: 100%;303 302 height: auto; 304 303 margin: 0px; … … 465 464 table-layout: fixed; 466 465 /* css hack for IE */ 467 width: expression( parseInt(document.getElementById('mailcontframe').clientWidth)+'px');466 width: expression('auto'); 468 467 } 469 468 -
skins/default/settings.css
r7f43e18 rde2e0bfe 217 217 { 218 218 width: 100%; 219 /* css hack for IE */ 220 width: expression('auto'); 219 221 } 220 222
Note: See TracChangeset
for help on using the changeset viewer.
