From 0d9b63e9c022c48b98ec1542dccb50f1b28f80b8 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 4 Sep 2013 11:13:26 +0200 Subject: Add canned response UI elements to classic skin --- skins/classic/templates/compose.html | 11 ++++++++ skins/classic/templates/responseedit.html | 24 ++++++++++++++++ skins/classic/templates/responses.html | 46 +++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 skins/classic/templates/responseedit.html create mode 100644 skins/classic/templates/responses.html (limited to 'skins/classic/templates') diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html index 5e259e11c..7ed9fac36 100644 --- a/skins/classic/templates/compose.html +++ b/skins/classic/templates/compose.html @@ -40,6 +40,7 @@ +   @@ -191,6 +192,16 @@ +
+
    +
  • + +
  • +
  • +
  • +
+
+
diff --git a/skins/classic/templates/responseedit.html b/skins/classic/templates/responseedit.html new file mode 100644 index 000000000..fbc5f663d --- /dev/null +++ b/skins/classic/templates/responseedit.html @@ -0,0 +1,24 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + + +
+ +
+ + +
+
+ +
+
+
+ + + diff --git a/skins/classic/templates/responses.html b/skins/classic/templates/responses.html new file mode 100644 index 000000000..14087d82e --- /dev/null +++ b/skins/classic/templates/responses.html @@ -0,0 +1,46 @@ + + + +<roundcube:object name="pagetitle" /> + + + + + + + + + + + + +
+ +
+
+
+ +
+
+ +
+
+ + + +
+ +
+ +
+ + + -- cgit v1.2.3