diff --git a/module/doc/css/selectlibtype.css b/module/doc/css/selectlibtype.css index 61649d1aea..7b4cf2292b 100644 --- a/module/doc/css/selectlibtype.css +++ b/module/doc/css/selectlibtype.css @@ -1,3 +1,4 @@ #lib_chosen.chosen-container .chosen-results {max-height: 100px;} .radio-inline+.radio-inline { margin-top: 0; margin-left: 0px;} .radio-inline {margin-right: 10px;} +#mainContent{height:310px;} diff --git a/module/doc/js/common.js b/module/doc/js/common.js index e452ecb301..8ad498664e 100644 --- a/module/doc/js/common.js +++ b/module/doc/js/common.js @@ -32,7 +32,7 @@ function loadExecutions(projectID) $('#executionBox').load(link, function() { var $extension = $('#executionBox').find('select'); - $extension.attr('data-placeholder', holders.execution).attr('onchange', "loadObjectModules('execution', this.value)").picker(); + $extension.attr('onchange', "loadObjectModules('execution', this.value)").picker(); if($extension.hasClass('disabled')) $('#executionBox').find('.picker').addClass('disabled'); }); loadObjectModules('project', projectID); diff --git a/module/doc/lang/zh-cn.php b/module/doc/lang/zh-cn.php index b4d576f400..f7e12c729e 100644 --- a/module/doc/lang/zh-cn.php +++ b/module/doc/lang/zh-cn.php @@ -341,7 +341,7 @@ $lang->doc->noticeAcl['doc']['private'] = '只有创建者自己可以访问。' $lang->doc->placeholder = new stdclass(); $lang->doc->placeholder->url = '相应的链接地址'; -$lang->doc->placeholder->execution = '执行为空时,创建文件在项目库下'; +$lang->doc->placeholder->execution = '执行为空时,创建文档在项目库下'; $lang->doc->summary = "本页共 %s 个附件,共计 %s,其中%s。"; $lang->doc->ge = '个'; diff --git a/module/doc/view/createtexttype.html.php b/module/doc/view/createtexttype.html.php index 5e74100e8d..730b6f140e 100644 --- a/module/doc/view/createtexttype.html.php +++ b/module/doc/view/createtexttype.html.php @@ -71,7 +71,7 @@