From c6db4aa46bd285ef7b3d63cba5e957373a116485 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 02 Jan 2012 08:41:53 -0500 Subject: [PATCH] Add (yet inactive) buttons to add recipients --- 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 67d94f6..7a16037 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> -- Gitblit v1.9.1