Changeset 822a1ef in github
- Timestamp:
- Dec 30, 2011 11:58:59 AM (18 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 354bf1c
- Parents:
- f5521a4
- Location:
- skins/larry
- Files:
-
- 2 edited
-
templates/login.html (modified) (1 diff)
-
ui.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skins/larry/templates/login.html
r2644760 r822a1ef 33 33 </div> 34 34 35 <roundcube:include file="/includes/footer.html" /> 36 35 37 </body> 36 38 </html> -
skins/larry/ui.js
rf5521a4 r822a1ef 134 134 orientation:'v', relative:true, start:296, min:220, size:12 }).init(); 135 135 } 136 136 } 137 else if (rcmail.env.task == 'login') { 138 if (bw.ie && bw.ver < 9) { 139 var popup = $('<div>') 140 .addClass('readtext') 141 .html("Roundcube will not work well with the crappy browser ya' using. Get yourself a new internet browsing software and don't come back without!<p>Sincerly,<br/>the Roundcube Dev Team</p>") 142 .appendTo(document.body) 143 .dialog({ 144 dialogClass: 'alert', 145 closeOnEscape: true, 146 title: "No way, are you serious?", 147 close: function() { 148 popup.dialog('destroy').remove(); 149 }, 150 width: 450 151 }); 152 } 137 153 } 138 154 … … 771 787 if (bw.ie) { 772 788 var new_height = parseInt(this.p2.parent().outerHeight(), 10) - parseInt(this.p2.css('top'), 10) - (bw.ie8 ? 2 : 0); 773 this.p2.css('height' ) = (new_height > 0 ? new_height : 0) + 'px';789 this.p2.css('height', (new_height > 0 ? new_height : 0) + 'px'); 774 790 } 775 791 }
Note: See TracChangeset
for help on using the changeset viewer.
