diff options
author | thomascube <thomas@roundcube.net> | 2012-01-02 13:41:53 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-02 13:41:53 +0000 |
commit | c6db4aa46bd285ef7b3d63cba5e957373a116485 (patch) | |
tree | 4f1f19c291943261f6ec3008b267fcdf26f29df2 /skins/larry/templates/compose.html | |
parent | 543ccbb328b37d5d5f3ef8d982fdfadc350f3bb6 (diff) |
Add (yet inactive) buttons to add recipients
Diffstat (limited to 'skins/larry/templates/compose.html')
-rw-r--r-- | skins/larry/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index 67d94f631..7a160378b 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -20,7 +20,7 @@ </div> <div class="boxfooter"> - + <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+" /> </div> </div> |