Changeset b4f7c66 in github
- Timestamp:
- May 26, 2009 8:28:04 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 966b5d8
- Parents:
- 8234b4c
- Files:
-
- 4 added
- 5 deleted
- 32 edited
-
program/include/rcube_template.php (modified) (1 diff)
-
program/localization/de_CH/labels.inc (modified) (1 diff)
-
program/localization/de_DE/labels.inc (modified) (1 diff)
-
program/localization/en_US/labels.inc (modified) (1 diff)
-
skins/default/addresses.css (modified) (7 diffs)
-
skins/default/common.css (modified) (3 diffs)
-
skins/default/functions.js (modified) (1 diff)
-
skins/default/images/buttons/actions_act.png (added)
-
skins/default/images/buttons/actions_pas.png (added)
-
skins/default/images/buttons/inbox_act.png (modified) (previous)
-
skins/default/images/buttons/inbox_pas.png (modified) (previous)
-
skins/default/images/buttons/inbox_sel.png (modified) (previous)
-
skins/default/images/buttons/mail.gif (modified) (previous)
-
skins/default/images/buttons/markread_act.png (modified) (previous)
-
skins/default/images/buttons/messagemenu.png (deleted)
-
skins/default/images/buttons/settings.gif (modified) (previous)
-
skins/default/images/buttons/settings.png (deleted)
-
skins/default/images/icons/print.png (deleted)
-
skins/default/images/icons/save.png (deleted)
-
skins/default/images/icons/source.png (deleted)
-
skins/default/images/messageactions.gif (added)
-
skins/default/images/messageactions.png (added)
-
skins/default/includes/links.html (modified) (1 diff)
-
skins/default/includes/messagemenu.html (modified) (1 diff)
-
skins/default/mail.css (modified) (24 diffs)
-
skins/default/settings.css (modified) (7 diffs)
-
skins/default/templates/addcontact.html (modified) (1 diff)
-
skins/default/templates/addressbook.html (modified) (4 diffs)
-
skins/default/templates/compose.html (modified) (1 diff)
-
skins/default/templates/editcontact.html (modified) (1 diff)
-
skins/default/templates/editidentity.html (modified) (1 diff)
-
skins/default/templates/identities.html (modified) (1 diff)
-
skins/default/templates/importcontacts.html (modified) (1 diff)
-
skins/default/templates/mail.html (modified) (4 diffs)
-
skins/default/templates/managefolders.html (modified) (1 diff)
-
skins/default/templates/message.html (modified) (3 diffs)
-
skins/default/templates/messagepart.html (modified) (1 diff)
-
skins/default/templates/messagepreview.html (modified) (1 diff)
-
skins/default/templates/plugin.html (modified) (1 diff)
-
skins/default/templates/settings.html (modified) (1 diff)
-
skins/default/templates/showcontact.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_template.php
r7dbe2fa rb4f7c66 588 588 $incl = file_get_contents($path); 589 589 } 590 $incl = $this->parse_conditions($incl); 590 591 return $this->parse_xml($incl); 591 592 } -
program/localization/de_CH/labels.inc
r5d4ac46 rb4f7c66 118 118 $labels['markflagged'] = 'Stern hinzufÌgen'; 119 119 $labels['markunflagged'] = 'Stern entfernen'; 120 $labels['messageactions'] = 'Weitere Aktionen...'; 120 121 $labels['select'] = 'AuswÀhlen'; 121 122 $labels['all'] = 'Alle'; -
program/localization/de_DE/labels.inc
r5d4ac46 rb4f7c66 117 117 $labels['markflagged'] = 'Stern hinzufÌgen'; 118 118 $labels['markunflagged'] = 'Stern entfernen'; 119 $labels['messageactions'] = 'Weitere Aktionen...'; 119 120 $labels['select'] = 'AuswÀhlen'; 120 121 $labels['all'] = 'Alle'; -
program/localization/en_US/labels.inc
r4a4d227 rb4f7c66 143 143 $labels['markflagged'] = 'As flagged'; 144 144 $labels['markunflagged'] = 'As unflagged'; 145 $labels['messageactions'] = 'More actions...'; 145 146 $labels['messagemenu'] = 'Message menu'; 146 147 -
skins/default/addresses.css
rddd894d rb4f7c66 30 30 } 31 31 32 # mainscreen32 #addressscreen 33 33 { 34 34 position: absolute; … … 37 37 bottom: 40px; 38 38 left: 200px; 39 /* css hack for IE */40 width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');41 height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');42 39 } 43 40 … … 52 49 background-color: #F9F9F9; 53 50 overflow: hidden; 54 /* css hack for IE */55 height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');56 51 } 57 52 … … 64 59 background-color: #F9F9F9; 65 60 overflow: auto; 66 /* css hack for IE */67 height: expression(parseInt(this.parentNode.offsetHeight)+'px');68 61 } 69 62 … … 79 72 padding-bottom: 4ex; 80 73 overflow: auto; 81 /* css hack for IE */82 height: expression((parseInt(document.documentElement.clientHeight)-135)+'px');83 74 } 84 75 … … 140 131 width: 100%; 141 132 table-layout: fixed; 142 /* css hack for IE */143 width: expression(document.getElementById('addresslist').clientWidth);144 133 } 145 134 … … 160 149 border: 1px solid #999999; 161 150 overflow: hidden; 162 /* css hack for IE */163 height: expression(parseInt(this.parentNode.offsetHeight)+'px');164 width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px');165 151 } 166 152 -
skins/default/common.css
r562c0e8 rb4f7c66 86 86 padding-left: 3px; 87 87 padding-right: 3px; 88 /* IE hacks for input elements */89 border-style: expression(this.type=='checkbox' || this.type=='radio' || this.id=='quicksearchbox' ? 'none' : 'solid');90 border-width: expression(this.type=='checkbox' || this.type=='radio' ? '0' : '1px');91 border-color: expression(this.type=='checkbox' || this.type=='radio' ? '' : '#666666');92 background-color: expression(this.type=='checkbox' || this.type=='radio' ? 'transparent' : '#ffffff');93 88 } 94 89 … … 117 112 img 118 113 { 119 behavior: url('skins/default/pngbehavior.htc');120 114 border: 0; 121 115 } … … 165 159 color: #666666; 166 160 text-decoration: none; 167 padding: 6px 1 6px 6px 25px;161 padding: 6px 14px 6px 27px; 168 162 background-repeat: no-repeat; 169 163 } -
skins/default/functions.js
r5114208 rb4f7c66 146 146 147 147 var ref = rcube_find_object('messagemenulink'); 148 if (show && ref) { 149 var pos = $(ref).offset(); 150 this.messagemenu.css({ left:pos.left, top:(pos.top + ref.offsetHeight) }); 151 } 148 if (show && ref) 149 this.messagemenu.css({ left:ref.offsetLeft, top:(ref.offsetTop + ref.offsetHeight) }); 150 152 151 this.messagemenu[show?'show':'hide'](); 153 152 }, -
skins/default/includes/links.html
rb595c9f rb4f7c66 2 2 <link rel="shortcut icon" href="/images/favicon.ico"/> 3 3 <link rel="stylesheet" type="text/css" href="/common.css" /> 4 <roundcube:if condition="env:task != 'login'" /> 5 <link rel="stylesheet" type="text/css" href="/<roundcube:exp expression="env:task=='addressbook'?'addresses':env:task" />.css" /> 6 <roundcube:endif /> 7 <!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/iehacks.css" /><![endif]--> 8 <!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/ie6hacks.css" /><![endif]--> -
skins/default/includes/messagemenu.html
r7997529 rb4f7c66 1 1 <div id="messagemenu"> 2 <ul class="toolbarmenu"> 3 <li><roundcube:button class="printlink" command="print" label="printmessage" classAct="printlink active" /></li> 4 <li><roundcube:button class="downloadlink" command="download" label="emlsave" classAct="downloadlink active" /></li> 5 <li><roundcube:button class="sourcelink" command="viewsource" label="viewsource" classAct="sourcelink active" /></li> 6 <li><hr /></li> 7 <li><roundcube:button class="openlink" command="open" label="openinextwin" target="_blank" classAct="openlink active" /></li> 8 <roundcube:container name="messagemenu" id="messagemenu" /> 9 </ul> 2 <ul class="toolbarmenu"> 3 <li><roundcube:button class="printlink" command="print" label="printmessage" classAct="printlink active" /></li> 4 <li><roundcube:button class="downloadlink" command="download" label="emlsave" classAct="downloadlink active" /></li> 5 <li><roundcube:button class="sourcelink" command="viewsource" label="viewsource" classAct="sourcelink active" /></li> 6 <roundcube:if condition="env:action != 'show'" /> 7 <li class="separator"> </li> 8 <li><roundcube:button class="openlink" command="open" label="openinextwin" target="_blank" classAct="openlink active" /></li> 9 <roundcube:endif /> 10 <roundcube:container name="messagemenu" id="messagemenu" /> 11 </ul> 10 12 </div> -
skins/default/mail.css
r4beb1ad rb4f7c66 11 11 white-space: nowrap; 12 12 /* border: 1px solid #cccccc; */ 13 /* css hack for IE */14 width: expression((parseInt(document.documentElement.clientWidth)-400)+'px');15 13 } 16 14 … … 58 56 padding: 1px; 59 57 opacity: 0.9; 60 filter:alpha(opacity=90);61 58 z-index: 240; 62 59 } … … 79 76 white-space: nowrap; 80 77 min-width: 130px; 81 width: auto !important;82 width: 130px;83 78 } 84 79 … … 87 82 display: block; 88 83 color: #a0a0a0; 89 padding: 2px 8px 3px 12px;84 padding: 2px 8px 3px 22px; 90 85 text-decoration: none; 91 } 92 93 ul.toolbarmenu li a.active:hover 94 { 95 background-color: #ddd; 86 min-height: 14px; 87 } 88 89 ul.toolbarmenu li a.active, 90 ul.toolbarmenu li a.active:active, 91 ul.toolbarmenu li a.active:visited 92 { 93 color: #333; 96 94 } 97 95 … … 103 101 ul.toolbarmenu li hr 104 102 { 103 color: #ccc; 105 104 width: 130px; 106 margin: 2px 8px 2px 22px; 105 height: 1px; 106 margin: 2px 1px 2px 1px; 107 107 } 108 108 … … 113 113 } 114 114 115 #messagemenu ul.toolbarmenu a, 116 #markmessagemenu ul.toolbarmenu a 117 { 118 padding: 2px 8px 3px 22px; 115 ul.toolbarmenu li.separator 116 { 117 height: 1px; 118 font-size: 1pt; 119 border-bottom: 1px solid #ccc; 120 margin: 1px 1px 2px 1px; 121 padding: 0; 119 122 } 120 123 … … 122 125 #markmessagemenu li a.active:hover 123 126 { 124 background-color: #ddd; 125 } 126 127 #messagemenu a.printlink 128 { 129 background: url('images/icons/print.png') no-repeat 2px; 130 } 131 132 #messagemenu a.downloadlink 133 { 134 background: url('images/icons/save.png') no-repeat 2px; 135 } 136 137 #messagemenu a.openlink 138 { 139 background: url('images/icons/extwin.png') no-repeat 2px; 140 } 141 142 #messagemenu a.sourcelink 143 { 144 background: url('images/icons/source.png') no-repeat 2px; 127 color: #fff; 128 background-color: #c00; 129 } 130 131 #messagemenu li a 132 { 133 background: url('images/messageactions.png') no-repeat 1px 0; 134 } 135 136 #messagemenu li a.printlink 137 { 138 background-position: 1px 1px; 139 } 140 141 #messagemenu li a.downloadlink 142 { 143 background-position: 1px -17px; 144 } 145 146 #messagemenu li a.sourcelink 147 { 148 background-position: 1px -35px; 149 } 150 151 #messagemenu li a.openlink 152 { 153 background-position: 1px -53px; 145 154 } 146 155 … … 198 207 #mailboxcontrols a.active:active, 199 208 #mailboxcontrols a.active:visited, 200 ul.toolbarmenu li a.active,201 ul.toolbarmenu li a.active:active,202 ul.toolbarmenu li a.active:visited,203 209 td.formlinks a, 204 210 td.formlinks a:visited … … 243 249 bottom: 40px; 244 250 left: 20px; 245 /* css hack for IE */246 width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');247 height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');248 251 } 249 252 … … 255 258 bottom: 0px; 256 259 right: 0px; 257 /* css hack for IE */ 258 width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px'); 259 height: expression(parseInt(this.parentNode.offsetHeight)+'px'); 260 } 261 260 } 261 262 262 #messagepartcontainer 263 263 { … … 267 267 right: 20px; 268 268 bottom: 20px; 269 /* css hack for IE */270 width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');271 height: expression((parseInt(document.documentElement.clientHeight)-100)+'px');272 269 } 273 270 … … 281 278 background-color: #F9F9F9; 282 279 overflow: auto; 283 /* css hack for IE */284 height: expression(parseInt(this.parentNode.offsetHeight)+'px');285 280 } 286 281 … … 293 288 border: 1px solid #999999; 294 289 background-color: #F9F9F9; 295 /* css hack for IE */296 height: expression((parseInt(this.parentNode.offsetHeight)-205)+'px');297 290 } 298 291 … … 324 317 right: 20px; 325 318 height: 40px; 326 /* css hack for IE */327 width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');328 319 } 329 320 … … 369 360 background-color: #F9F9F9; 370 361 overflow: auto; 371 /* css hack for IE */372 height: expression(parseInt(this.parentNode.offsetHeight)+'px');373 362 } 374 363 … … 506 495 bottom: 18px; 507 496 height: 20px; 508 /* css hack for IE */509 width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');510 497 } 511 498 … … 539 526 display: table; 540 527 table-layout: fixed; 541 /* css hack for IE */542 width: expression('auto');543 528 } 544 529 … … 747 732 background-color: #FFF; 748 733 overflow: auto; 749 /* css hack for IE */750 width: expression((parseInt(this.parentNode.offsetWidth)-170)+'px');751 height: expression((parseInt(this.parentNode.offsetHeight))+'px');752 }753 754 #messagecanvas755 {756 /* css hack for IE */757 width: expression((parseInt(this.parentNode.offsetWidth)-20)+'px');758 734 } 759 735 … … 768 744 background-color: #FFF; 769 745 overflow: auto; 770 /* css hack for IE */771 width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');772 height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');773 746 } 774 747 … … 839 812 list-style-type: none; 840 813 background: url(images/icons/attachment.png) 60px 2px no-repeat #DFDFDF; 841 /* IE6 hack */842 _height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px');843 814 } 844 815 … … 935 906 } 936 907 937 body.iframe938 {939 /* css hack for IE */940 width: expression((parseInt(document.documentElement.clientWidth))+'px');941 }942 943 908 body.iframe div.message-htmlpart 944 909 { … … 968 933 { 969 934 color: #333333; 935 } 936 937 #messageviewlink 938 { 939 position: absolute; 940 top: 8px; 941 right: 10px; 942 width: 15px; 943 height: 15px; 944 border: 0; 970 945 } 971 946 … … 992 967 bottom: 30px; 993 968 margin: 0px; 994 /* css hack for IE */995 width: expression((parseInt(document.documentElement.clientWidth)-210)+'px');996 height: expression((parseInt(document.documentElement.clientHeight)-120)+'px');997 969 } 998 970 … … 1044 1016 { 1045 1017 width: 100%; 1046 width: expression('99%');1047 1018 } 1048 1019 -
skins/default/settings.css
rf055b12 rb4f7c66 11 11 border-bottom: 1px solid #999999; 12 12 white-space: nowrap; 13 /* css hack for IE */14 width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');15 13 } 16 14 … … 54 52 overflow: auto; 55 53 border: 1px solid #999999; 56 /* css hack for IE */57 height: expression((parseInt(document.documentElement.clientHeight)-155)+'px');58 width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');59 54 } 60 55 … … 76 71 margin-right: 14px; 77 72 min-width: 520px; 78 /* css hack for IE */79 width: expression(Math.min(520, parseInt(document.documentElement.clientWidth))+'px');80 73 } 81 74 … … 100 93 overflow: auto; 101 94 border: 1px solid #999999; 102 /* css hack for IE */103 height: expression((parseInt(document.documentElement.clientHeight)-235)+'px');104 95 } 105 96 … … 115 106 width: 420px; 116 107 border: 1px solid #999999; 117 /* css hack for IE */118 height: expression((parseInt(document.documentElement.clientHeight)-155)+'px');119 108 } 120 109 … … 136 125 { 137 126 width: 100%; 138 /* css hack for IE */139 width: expression('auto');140 127 } 141 128 … … 224 211 border: 1px solid #999999; 225 212 overflow: auto; 226 /* css hack for IE */227 width: expression((parseInt(document.documentElement.clientWidth)-470)+'px');228 height: expression((parseInt(document.documentElement.clientHeight)-155)+'px');229 213 } 230 214 -
skins/default/templates/addcontact.html
r5f660cd rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/addresses.css" />7 6 </head> 8 7 <body class="iframe"> -
skins/default/templates/addressbook.html
r562c0e8 rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/addresses.css" />7 6 <script type="text/javascript" src="/splitter.js"></script> 8 7 … … 10 9 <roundcube:if condition="count(env:address_sources) <= 1" /> 11 10 #abookcountbar { left: 20px;} 12 # mainscreen { left:20px; /* IE hack */ width:expression((parseInt(document.documentElement.clientWidth)-40)+'px') }11 #addressscreen { left:20px; /* IE hack */ width:expression((parseInt(document.documentElement.clientWidth)-40)+'px') } 13 12 #addresslist { width: <roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter-5 : 245" />px; } 14 13 #contacts-box { 15 14 left: <roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255" />px; 16 15 /* IE hack */ 17 width:expression((parseInt( mainscreen.offsetWidth)-<roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255" />)+'px')16 width:expression((parseInt(addressscreen.offsetWidth)-<roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255" />)+'px') 18 17 } 19 18 <roundcube:else /> … … 22 21 left: <roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255" />px; 23 22 /* IE hack */ 24 width:expression((parseInt( mainscreen.offsetWidth)-<roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255" />)+'px')23 width:expression((parseInt(addressscreen.offsetWidth)-<roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255" />)+'px') 25 24 } 26 25 <roundcube:endif /> … … 54 53 <roundcube:endif /> 55 54 56 <div id=" mainscreen">55 <div id="addressscreen"> 57 56 58 57 <div id="addresslist"> -
skins/default/templates/compose.html
r309d2f4 rb4f7c66 4 4 <title><roundcube:object name="productname" /> :: <roundcube:label name="compose" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/mail.css" />7 6 <link rel="stylesheet" type="text/css" href="/googiespell.css" /> 8 7 <script type="text/javascript" src="/functions.js"></script> -
skins/default/templates/editcontact.html
r5f660cd rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/addresses.css" />7 6 </head> 8 7 <body class="iframe"> -
skins/default/templates/editidentity.html
r4e2f344 rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/settings.css" />7 6 <script type="text/javascript" src="/functions.js"></script> 8 7 </head> -
skins/default/templates/identities.html
rcc97ea0 rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/settings.css" />7 6 <script type="text/javascript" src="/functions.js"></script> 8 7 </head> -
skins/default/templates/importcontacts.html
red132ed rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/addresses.css" />7 6 </head> 8 7 <body> -
skins/default/templates/mail.html
r4beb1ad rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/mail.css" />7 6 <script type="text/javascript" src="/splitter.js"></script> 8 7 <script type="text/javascript" src="/functions.js"></script> … … 28 27 <roundcube:include file="/includes/taskbar.html" /> 29 28 <roundcube:include file="/includes/header.html" /> 30 <roundcube:include file="/includes/messagemenu.html" />31 29 32 30 <div id="mainscreen"> … … 119 117 <roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" /> 120 118 <roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" /> 121 <roundcube:button name="messagemenulink" id="messagemenulink" image="/images/buttons/messagemenu.png" width="32" height="32" title="messagemenu" onclick="rcmail_ui.show_messagemenu();return false" />122 119 <roundcube:button name="markreadbutton" id="markreadbutton" image="/images/buttons/markread_act.png" width="32" height="32" title="markmessages" onclick="rcmail_ui.show_markmenu();return false" /> 120 <roundcube:button name="messagemenulink" id="messagemenulink" image="/images/buttons/actions_act.png" width="34" height="32" title="messageactions" onclick="rcmail_ui.show_messagemenu();return false" /> 123 121 <roundcube:container name="toolbar" id="messagetoolbar" /> 124 122 … … 132 130 </ul> 133 131 </div> 132 133 <roundcube:include file="/includes/messagemenu.html" /> 134 134 135 135 <div id="searchfilter"> -
skins/default/templates/managefolders.html
rcc97ea0 rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/settings.css" />7 6 <script type="text/javascript" src="/functions.js"></script> 8 7 </head> -
skins/default/templates/message.html
r1e10700 rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/mail.css" />7 6 <script type="text/javascript" src="/splitter.js"></script> 8 7 <script type="text/javascript" src="/functions.js"></script> … … 19 18 <roundcube:include file="/includes/taskbar.html" /> 20 19 <roundcube:include file="/includes/header.html" /> 21 <roundcube:include file="/includes/messagemenu.html" />22 20 23 21 <div id="messagecountbar"> … … 36 34 <roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" /> 37 35 <roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" /> 38 <roundcube:button name="messagemenulink" image="/images/buttons/ messagemenu.png" width="32" height="32" title="messagemenu" onclick="rcmail_ui.show_messagemenu();return false" id="messagemenulink" />36 <roundcube:button name="messagemenulink" image="/images/buttons/actions_act.png" width="34" height="32" title="messageactions" onclick="rcmail_ui.show_messagemenu();return false" id="messagemenulink" /> 39 37 <roundcube:container name="toolbar" id="messagetoolbar" /> 40 38 <roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mboxlist" /> 39 40 <roundcube:include file="/includes/messagemenu.html" /> 41 41 </div> 42 42 -
skins/default/templates/messagepart.html
r9734bec rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/mail.css" />7 6 </head> 8 7 <body class="extwin"> -
skins/default/templates/messagepreview.html
ra35013e0 rb4f7c66 3 3 <head> 4 4 <title><roundcube:object name="pagetitle" /></title> 5 <link rel="stylesheet" type="text/css" href="/common.css" /> 6 <link rel="stylesheet" type="text/css" href="/mail.css" /> 5 <roundcube:include file="/includes/links.html" /> 7 6 </head> 8 7 <body class="iframe"> 9 8 10 9 <div class="messageheaderbox"> 10 <roundcube:button command="permaurl" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="messageviewlink" target="_blank" /> 11 11 <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" /> 12 12 <roundcube:object name="messageAttachments" id="attachment-list" /> -
skins/default/templates/plugin.html
rcc97ea0 rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/<roundcube:var name='env:task'/>.css" />7 6 <script type="text/javascript" src="/functions.js"></script> 8 7 </head> -
skins/default/templates/settings.html
rcc97ea0 rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/settings.css" />7 6 <script type="text/javascript" src="/functions.js"></script> 8 7 </head> -
skins/default/templates/showcontact.html
rf115416 rb4f7c66 4 4 <title><roundcube:object name="pagetitle" /></title> 5 5 <roundcube:include file="/includes/links.html" /> 6 <link rel="stylesheet" type="text/css" href="/addresses.css" />7 6 </head> 8 7 <body class="iframe">
Note: See TracChangeset
for help on using the changeset viewer.
