From dd807b4192dcded25bf2001ae100dfa0cee07b1a Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Tue, 21 Dec 2021 06:11:10 +0000 Subject: [PATCH] * Modify placeholder. --- module/gitlab/view/createbranch.html.php | 2 +- module/gitlab/view/createbranchpriv.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/gitlab/view/createbranch.html.php b/module/gitlab/view/createbranch.html.php index 391f3ff94c..981253ef97 100644 --- a/module/gitlab/view/createbranch.html.php +++ b/module/gitlab/view/createbranch.html.php @@ -21,7 +21,7 @@ - + diff --git a/module/gitlab/view/createbranchpriv.html.php b/module/gitlab/view/createbranchpriv.html.php index e5589fe36c..ee4d999bc8 100644 --- a/module/gitlab/view/createbranchpriv.html.php +++ b/module/gitlab/view/createbranchpriv.html.php @@ -22,7 +22,7 @@
gitlab->branch->name;?>gitlab->branch->name}'");?>
- +
gitlab->branch->name;?>name, "class='form-control chosen' data-placeholder='{$lang->gitlab->branch->placeholderSelect}' " . ($branch ? 'disabled' : ''));?>name, "class='form-control chosen' " . ($branch ? 'disabled' : ''));?>
gitlab->branch->mergeAllowed;?>