dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add titles to error and photo upload popups (#1488354)
thomascube
2012-02-25
71e9efb152c07838574f731e184a323236b51358
[githubFork/roundcubemail.git]
/
skins
/
larry
/
includes
/
footer.html
1
2
3
4
5
6
7
8
9
10
<script type="text/javascript">
// UI startup
var UI = new rcube_mail_ui();
$(document).ready(function(){
UI.set('errortitle', '<roundcube:label name="errortitle" />');
UI.init();
});
</script>