1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

modification for long lib/dir/file name

This commit is contained in:
llj
2015-05-09 15:04:16 +08:00
parent 2ab78acae7
commit 210fee97c5
4 changed files with 21 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ define([
render: function () {
this.$el.html(this.template({
title: gettext("Set {placeholder}'s permission")
.replace('{placeholder}', '<span class="op-target">' + Common.HTMLescape(this.obj_name) + '</span>')
.replace('{placeholder}', '<span class="op-target ellipsis ellipsis-op-target" title="' + Common.HTMLescape(this.obj_name) + '">' + Common.HTMLescape(this.obj_name) + '</span>')
}));
return this;
},