diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-09-04 11:13:26 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-09-04 11:13:26 +0200 |
commit | 0d9b63e9c022c48b98ec1542dccb50f1b28f80b8 (patch) | |
tree | 0762fc1cefb3fd571247c3bedf029735f948fe24 /skins/classic/templates/responseedit.html | |
parent | 4f35bec6b29d6b6b84ae4a4d64f72a139a6e8f32 (diff) |
Add canned response UI elements to classic skin
Diffstat (limited to 'skins/classic/templates/responseedit.html')
-rw-r--r-- | skins/classic/templates/responseedit.html | 24 |
1 files changed, 24 insertions, 0 deletions
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 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title><roundcube:object name="pagetitle" /></title> +<roundcube:include file="/includes/links.html" /> +<script type="text/javascript" src="/functions.js"></script> + +</head> +<body class="iframe"> + +<div id="prefs-title" class="boxtitle"><roundcube:object name="steptitle" /></div> + +<div id="response-details" class="boxcontent"> + <roundcube:object name="responseform" class="propform" size="60" textareacols="60" textarearows="18" /> + + <div id="formfooter"> + <div class="footerindent"> + <roundcube:button command="save" type="input" class="button mainaction" label="save" /> + </div> + </div> +</div> + +</body> +</html> |