功能調整
This commit is contained in:
@@ -942,7 +942,7 @@
|
||||
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" ControlToValidate="subject" runat="server" ErrorMessage="必填!" Display="Dynamic" SetFocusOnError="true"></asp:RequiredFieldValidator>
|
||||
</div>
|
||||
|
||||
<label class="col-sm-2 col-lg-1 col-form-label">活動主類型 *</label>
|
||||
<%-- <label class="col-sm-2 col-lg-1 col-form-label">活動主類型 *</label>
|
||||
<div class="col-sm-10 col-lg-3" >
|
||||
<div class="input-group mb-3" data-search-control="search4" @click="search_show(search_dialog.controls.search4)" >
|
||||
<input class="form-control search-text" type="text" readonly
|
||||
@@ -953,7 +953,7 @@
|
||||
</button>
|
||||
</div>
|
||||
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" ControlToValidate="category_kind_txt" runat="server" ErrorMessage="必填!" Display="Dynamic" SetFocusOnError="true"></asp:RequiredFieldValidator>
|
||||
</div>
|
||||
</div>--%>
|
||||
|
||||
<label class="col-sm-2 col-lg-1 col-form-label">活動詳細分類 *</label>
|
||||
<div class="col-sm-10 col-lg-3">
|
||||
|
||||
Reference in New Issue
Block a user