* Modify css for task #89141.

This commit is contained in:
liumengyi
2023-03-27 16:05:42 +08:00
parent 28e31e4f23
commit 0923c8807f
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -150,6 +150,7 @@ class doc extends control
if(in_array($type, array('product', 'project'))) $this->app->loadLang('api');
$objects = array();
if($type == 'product') $objects = $this->product->getPairs();
if($type == 'project') $objects = $this->project->getPairsByProgram();
if($type == 'execution')
+1 -1
View File
@@ -1,7 +1,7 @@
.modal-dialog {width: 75%;}
form {margin-bottom: 50px;}
table {width: 90% !important;}
table th {width: 70px;}
#mainContent table th {width: 70px;}
#aclBox .acl-tip {color: #838a9d;}
#whiteListBox div.input-group {margin-bottom: 2px;}
+1 -1
View File
@@ -32,7 +32,7 @@
if(common::hasPriv('doc', 'createLib'))
{
echo html::a(helper::createLink('doc', 'createLib', "type=$type&objectID=$objectID"), '<i class="icon icon-plus"></i> ' . $this->lang->doc->createLib, '', 'class="btn btn-secondary iframe" data-width="480px"');
echo html::a(helper::createLink('doc', 'createLib', "type=$type&objectID=$objectID"), '<i class="icon icon-plus"></i> ' . $this->lang->doc->createLib, '', 'class="btn btn-secondary iframe" data-width="800px"');
}
if($libID and (common::hasPriv('doc', 'create') or (common::hasPriv('api', 'create') and !$apiLibID)))