Selected module management UI cleaning. (modal page)

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-06 10:01:01 +00:00
parent 4304910344
commit ef08a0921c
17 changed files with 290 additions and 466 deletions

View file

@ -1560,7 +1560,7 @@ jQuery(function($){
function makeUI(){
var $multilingualWindow = $('#g11n');
var width = $this.width() - 44;
var width = $this.width();
if(t.tagName == 'TEXTAREA' || $this.data('type') == 'textarea'){
var $displayInput = $('<textarea id="lang_' + id + '" class="displayInput" style="width:' + width + 'px">').data('lang-id', id);

File diff suppressed because one or more lines are too long