* Fix bug #24829.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<div id="mainMenu" class="clearfix">
|
<div id="mainMenu" class="clearfix">
|
||||||
<?php echo $this->gitlab->getGitlabMenu($gitlabID, 'group');?>
|
<?php echo $this->gitlab->getGitlabMenu($gitlabID, 'group');?>
|
||||||
<div class="btn-toolbar pull-left">
|
<div class="btn-toolbar pull-left">
|
||||||
<form id='gitlabForm' method='post'>
|
<form id='gitlabForm' method='post' class="not-watch">
|
||||||
<?php echo html::input('keyword', $keyword, "class='form-control' placeholder='{$lang->gitlab->placeholderSearch}' style='display: inline-block;width:auto;margin:0 10px'");?>
|
<?php echo html::input('keyword', $keyword, "class='form-control' placeholder='{$lang->gitlab->placeholderSearch}' style='display: inline-block;width:auto;margin:0 10px'");?>
|
||||||
<a id="gitlabSearch" class="btn btn-primary"><?php echo $lang->gitlab->search?></a>
|
<a id="gitlabSearch" class="btn btn-primary"><?php echo $lang->gitlab->search?></a>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<div id="mainMenu" class="clearfix">
|
<div id="mainMenu" class="clearfix">
|
||||||
<?php echo $this->gitlab->getGitlabMenu($gitlabID, 'project');?>
|
<?php echo $this->gitlab->getGitlabMenu($gitlabID, 'project');?>
|
||||||
<div class="btn-toolbar pull-left">
|
<div class="btn-toolbar pull-left">
|
||||||
<form id='gitlabForm' method='post'>
|
<form id='gitlabForm' method='post' class="not-watch">
|
||||||
<?php echo html::input('keyword', $keyword, "class='form-control' placeholder='{$lang->gitlab->placeholderSearch}' style='display: inline-block;width:auto;margin:0 10px'");?>
|
<?php echo html::input('keyword', $keyword, "class='form-control' placeholder='{$lang->gitlab->placeholderSearch}' style='display: inline-block;width:auto;margin:0 10px'");?>
|
||||||
<a id="gitlabSearch" class="btn btn-primary"><?php echo $lang->gitlab->search?></a>
|
<a id="gitlabSearch" class="btn btn-primary"><?php echo $lang->gitlab->search?></a>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<div id="mainMenu" class="clearfix">
|
<div id="mainMenu" class="clearfix">
|
||||||
<?php echo $this->gitlab->getGitlabMenu($gitlabID, 'user');?>
|
<?php echo $this->gitlab->getGitlabMenu($gitlabID, 'user');?>
|
||||||
<div class="btn-toolbar pull-left">
|
<div class="btn-toolbar pull-left">
|
||||||
<form id='gitlabForm' method='post'>
|
<form id='gitlabForm' method='post' class="not-watch">
|
||||||
<?php echo html::input('keyword', $keyword, "class='form-control' placeholder='{$lang->gitlab->placeholderSearch}' style='display: inline-block;width:auto;margin:0 10px'");?>
|
<?php echo html::input('keyword', $keyword, "class='form-control' placeholder='{$lang->gitlab->placeholderSearch}' style='display: inline-block;width:auto;margin:0 10px'");?>
|
||||||
<a id="gitlabSearch" class="btn btn-primary"><?php echo $lang->gitlab->search?></a>
|
<a id="gitlabSearch" class="btn btn-primary"><?php echo $lang->gitlab->search?></a>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user