* Modify css for task #89141.
This commit is contained in:
@@ -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,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;}
|
||||
|
||||
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user