Changeset 6767
- Timestamp:
- 07/12/12 12:24:14 (11 years ago)
- Location:
- sandbox/2.4.2-expresso2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sandbox/2.4.2-expresso2/expressoMail1_2/templates/default/main.css
r6762 r6767 146 146 147 147 div.attachments-list { 148 max-height: 1 15px;148 max-height: 130px; 149 149 overflow-y: auto; 150 150 padding-top: 5px; -
sandbox/2.4.2-expresso2/prototype/modules/mail/templates/attachment_add_itemlist.ejs
r6760 r6767 1 1 <div class="att-box ui-corner-all <%= (typeof(data.file.error) != 'boolean' ? 'invalid-email-box' : '') %>"> 2 <span class="att-box-value" style="padding: 5px;"><%=data.file.fileName%> <b>(<%=data.file.fileSize%>)</b></span>2 <span class="att-box-value"><%=data.file.fileName%> <b>(<%=data.file.fileSize%>)</b></span> 3 3 <span class="att-box-fullfilename" style="display:none;"><%=data.file.fullFileName%></span> 4 4 <span class="att-box-filesize" style="display:none;"><%=data.file.fileSize%></span>
Note: See TracChangeset
for help on using the changeset viewer.