Changeset 23bba05 in github
- Timestamp:
- Jun 10, 2008 2:37:38 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 6025c83
- Parents:
- 8b365e22
- Files:
-
- 2 edited
-
program/include/rcube_template.php (modified) (3 diffs)
-
skins/default/templates/compose.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_template.php
rc8fb2b7 r23bba05 761 761 'style', 'class', 'id', 'width', 762 762 'height', 'border', 'hspace', 763 'vspace', 'align', 'alt', 763 'vspace', 'align', 'alt', 'tabindex' 764 764 ) 765 765 ); … … 772 772 else if ($attrib['type']=='link') { 773 773 $btn_content = $attrib['label'] ? $attrib['label'] : $attrib['command']; 774 $link_attrib = array('href', 'onclick', 'title', 'id', 'class', 'style' );774 $link_attrib = array('href', 'onclick', 'title', 'id', 'class', 'style', 'tabindex'); 775 775 } 776 776 else if ($attrib['type']=='input') { … … 785 785 array( 786 786 'type', 'value', 'onclick', 787 'id', 'class', 'style' 787 'id', 'class', 'style', 'tabindex' 788 788 ) 789 789 ); -
skins/default/templates/compose.html
rc17991c r23bba05 134 134 <tr> 135 135 <td> 136 <roundcube:button type="input" command="send" class="button" label="sendmessage" />137 <roundcube:button type="input" command="list" class="button" label="cancel" />136 <roundcube:button type="input" command="send" class="button" label="sendmessage" tabindex="8" /> 137 <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="9" /> 138 138 </td> 139 139 <td align="right"> 140 140 <roundcube:label name="editortype" />: 141 <span class="radios-left"><roundcube:object name="editorSelector" tabindex=" 9" /></span>141 <span class="radios-left"><roundcube:object name="editorSelector" tabindex="10" /></span> 142 142 </td> 143 143 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
