summaryrefslogtreecommitdiff
path: root/skins/larry/templates/importcontacts.html
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-12-22 18:00:18 +0000
committerthomascube <thomas@roundcube.net>2011-12-22 18:00:18 +0000
commit68e13c45d396744a7e848d1a82830b7fd408863a (patch)
tree7c83e59a33077c1c499faba176d637a59ec79eeb /skins/larry/templates/importcontacts.html
parentfaaa1ba5343499ae766dc8de270da4fc6e70d05d (diff)
Address book styling for Larry; show about page in UI dialog
Diffstat (limited to 'skins/larry/templates/importcontacts.html')
-rw-r--r--skins/larry/templates/importcontacts.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/skins/larry/templates/importcontacts.html b/skins/larry/templates/importcontacts.html
new file mode 100644
index 000000000..bdc1f3f51
--- /dev/null
+++ b/skins/larry/templates/importcontacts.html
@@ -0,0 +1,34 @@
+<roundcube:object name="doctype" value="html5" />
+<html>
+<head>
+<title><roundcube:object name="pagetitle" /></title>
+<roundcube:include file="/includes/links.html" />
+</head>
+<body>
+
+<roundcube:include file="/includes/header.html" />
+
+<div id="mainscreen">
+
+<div id="addressbooktoolbar" class="toolbar">
+ <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" />
+</div>
+
+<div class="offset uibox contentbox">
+<h2 class="boxtitle"><roundcube:label name="importcontacts" /></h2>
+
+<div class="boxcontent readtext">
+<roundcube:object name="importstep" />
+
+<p class="formbuttons">
+ <roundcube:object name="importnav" class="button" />
+</p>
+
+</div>
+
+</div>
+
+<roundcube:include file="/includes/footer.html" />
+
+</body>
+</html>