Changeset 7961f8c in github for skins/larry/templates/compose.html
- Timestamp:
- Jan 5, 2012 11:15:37 AM (17 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- becca08
- Parents:
- 8304e5d
- File:
-
- 1 edited
-
skins/larry/templates/compose.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/larry/templates/compose.html
r4deb1ef r7961f8c 18 18 <h2 class="boxtitle"><roundcube:label name="contacts" /></h2> 19 19 <div class="scroller withfooter"> 20 20 <roundcube:object name="adressbooks" id="directorylist" class="listing" /> 21 <roundcube:object name="addresslist" id="contacts-table" class="listing" noheader="true" /> 21 22 </div> 22 23 <div class="boxfooter"> 23 24 <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="listbutton addto disabled" classAct="listbutton addto" innerClass="inner" content="To+" /><roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="listbutton addcc disabled" classAct="listbutton addcc" innerClass="inner" content="Cc+" /><roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="listbutton addbcc disabled" classAct="listbutton addbcc" innerClass="inner" content="Bcc+" /> 25 </div> 26 <div class="boxpagenav"> 27 <roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" content="|&lt;" /> 28 <roundcube:button command="previouspage" type="link" class="icon prevpage disabled" classAct="icon prevpage" title="previouspage" content="&lt;" /> 29 <roundcube:button command="nextpage" type="link" class="icon nextpage disabled" classAct="icon nextpage" title="nextpage" content="&gt;" /> 30 <roundcube:button command="lastpage" type="link" class="icon lastpage disabled" classAct="icon lastpage" title="lastpage" content="&gt;|" /> 24 31 </div> 25 32 </div>
Note: See TracChangeset
for help on using the changeset viewer.
