1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

modified ui for other lang

This commit is contained in:
llj
2013-03-02 15:24:33 +08:00
parent bed0dc4000
commit 0062169395
5 changed files with 22 additions and 8 deletions

View File

@@ -56,6 +56,7 @@ function addConfirmTo(op_ele, popup) {
}
$('#confirm-con').html('<h3>' + popup['title'] + '</h3><p>' + popup['con'] + '</p>');
$('#confirm-popup').modal({appendTo:'#main'});
$('#simplemodal-container').css({'height':'auto'});
$('#confirm-yes').data('url', $(this).data('url')).click(function() {
location.href = $(this).data('url');
});