Changeset 1967 in subversion
- Timestamp:
- Oct 9, 2008 7:14:56 AM (5 years ago)
- Location:
- trunk/roundcubemail/program/steps
- Files:
-
- 4 edited
-
mail/compose.inc (modified) (1 diff)
-
mail/func.inc (modified) (2 diffs)
-
mail/upload.inc (modified) (1 diff)
-
settings/manage_folders.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/compose.inc
r1965 r1967 721 721 'src' => $CONFIG['skin_path'] . $attrib['deleteicon'], 722 722 'alt' => rcube_label('delete'), 723 'style' => " border:0;padding-right:2px;vertical-align:middle"));723 'style' => "padding-right:2px;vertical-align:middle")); 724 724 else 725 725 $button = Q(rcube_label('delete')); -
trunk/roundcubemail/program/steps/mail/func.inc
r1953 r1967 287 287 $out .= "</tbody></table>\n"; 288 288 289 290 289 $message_count = $IMAP->messagecount(); 291 290 … … 1024 1023 'src' => $CONFIG['skin_path'] . $addicon, 1025 1024 'alt' => "Add contact", 1026 'border' => 0,1027 1025 ))); 1028 1026 } -
trunk/roundcubemail/program/steps/mail/upload.inc
r1610 r1967 51 51 $button = html::img(array( 52 52 'src' => $icon, 53 'border' => 0,54 53 'alt' => rcube_label('delete'), 55 54 'style' => "padding-right:2px;vertical-align:middle", -
trunk/roundcubemail/program/steps/settings/manage_folders.inc
r1887 r1967 215 215 216 216 if (!empty($attrib['deleteicon'])) 217 $del_button = html::img(array('src' => $CONFIG['skin_path'] . $attrib['deleteicon'], 'alt' => rcube_label('delete') , 'border' => 0));217 $del_button = html::img(array('src' => $CONFIG['skin_path'] . $attrib['deleteicon'], 'alt' => rcube_label('delete'))); 218 218 else 219 219 $del_button = rcube_label('delete'); 220 220 221 221 if (!empty($attrib['renameicon'])) 222 $edit_button = html::img(array('src' => $CONFIG['skin_path'] . $attrib['renameicon'], 'alt' => rcube_label('rename') , 'border' => 0));222 $edit_button = html::img(array('src' => $CONFIG['skin_path'] . $attrib['renameicon'], 'alt' => rcube_label('rename'))); 223 223 else 224 224 $edit_button = rcube_label('rename');
Note: See TracChangeset
for help on using the changeset viewer.
