From a3ab4a596bcfb3bc3a60b734b60d3ecfca4005ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=8D=8E=E4=BC=9F?= Date: Thu, 12 May 2022 15:29:28 +0800 Subject: [PATCH] =?UTF-8?q?*=E8=A7=A3=E5=86=B3=E5=8A=9F=E8=83=BD=E6=BC=94?= =?UTF-8?q?=E7=A4=BA=E8=BF=87=E7=A8=8B=E4=B8=AD=E5=87=BA=E7=8E=B0=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/project/css/browse.css | 1 + module/project/view/browsebycard.html.php | 4 +++- module/project/view/browsebylist.html.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/module/project/css/browse.css b/module/project/css/browse.css index d9404c9f53..89c1c33f60 100644 --- a/module/project/css/browse.css +++ b/module/project/css/browse.css @@ -20,3 +20,4 @@ th.c-name {min-width: 240px;} [lang^='en'] .project-name > .label-warning {width: 55px !important;} .table-responsive {overflow: auto !important;} +.checkbox-primary {margin-right: 10px;} diff --git a/module/project/view/browsebycard.html.php b/module/project/view/browsebycard.html.php index 10e46fb71a..0262379d24 100644 --- a/module/project/view/browsebycard.html.php +++ b/module/project/view/browsebycard.html.php @@ -62,7 +62,8 @@ {$pager->recTotal}";?> - $lang->project->mine), '', $this->cookie->involved ? 'checked=checked' : '');?> + $lang->project->mine), '', $this->cookie->involved ? 'checked=checked' : '');?> + search->common;?>
@@ -78,6 +79,7 @@
+
diff --git a/module/project/view/browsebylist.html.php b/module/project/view/browsebylist.html.php index 5c1b0926a7..7de66d983b 100644 --- a/module/project/view/browsebylist.html.php +++ b/module/project/view/browsebylist.html.php @@ -39,7 +39,7 @@ {$pager->recTotal}";?> - $lang->project->mine), '', $this->cookie->involved ? 'checked=checked' : '');?> + $lang->project->mine), '', $this->cookie->involved ? 'checked=checked' : '');?> search->common;?>