summaryrefslogtreecommitdiff
path: root/skins/larry/includes/footer.html
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-02-25 15:52:08 +0000
committerthomascube <thomas@roundcube.net>2012-02-25 15:52:08 +0000
commit71e9efb152c07838574f731e184a323236b51358 (patch)
tree9114d1e97dfad4a3667ebdeab2c9aa77632ed6a2 /skins/larry/includes/footer.html
parent14a3f2813acf25c07e1ee861b564f826fe83fe20 (diff)
Add titles to error and photo upload popups (#1488354)
Diffstat (limited to 'skins/larry/includes/footer.html')
-rw-r--r--skins/larry/includes/footer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/includes/footer.html b/skins/larry/includes/footer.html
index f884bdf82..4a6f8f09c 100644
--- a/skins/larry/includes/footer.html
+++ b/skins/larry/includes/footer.html
@@ -3,6 +3,7 @@
// UI startup
var UI = new rcube_mail_ui();
$(document).ready(function(){
+ UI.set('errortitle', '<roundcube:label name="errortitle" />');
UI.init();
});