HSSE Person 部分
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>闭环时间</title>
|
||||
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,ShowCompletedDate_txtCompletedDate_Label%>"/></title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
@@ -14,7 +14,7 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="闭环时间" ID="txtCompletedDate"
|
||||
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="<%$ Resources:Lan,ShowCompletedDate_txtCompletedDate_Label%>" ID="txtCompletedDate"
|
||||
>
|
||||
</f:DatePicker>
|
||||
</Items>
|
||||
@@ -23,10 +23,10 @@
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||||
<Items>
|
||||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
|
||||
OnClick="btnSave_Click" ConfirmText="确认闭环?">
|
||||
<f:Button ID="btnSave" Icon="<%$ Resources:Lan,CheckHolidayDetailEdit_btnSave_Icon%>" runat="server" ValidateForms="SimpleForm1"
|
||||
OnClick="btnSave_Click" ConfirmText="<%$ Resources:Lan,ShowCompletedDate_Toolbar_btnSave_ConfirmText%>">
|
||||
</f:Button>
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
|
||||
Reference in New Issue
Block a user