sync
This commit is contained in:
@ -7,39 +7,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.edit-content table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.edit-content table td.label {
|
||||
width: 200px;
|
||||
text-align: right;
|
||||
padding-right: 10px;
|
||||
line-height: unset;
|
||||
height: unset;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.edit-content table td input,
|
||||
.edit-content table td textarea {
|
||||
border: 1px solid #a9a9a9;
|
||||
width: 320px;
|
||||
height: 18px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.edit-content table td input[type="checkbox"] {
|
||||
border: none;
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
.edit-content table td textarea {
|
||||
height: 100px;
|
||||
resize: none;
|
||||
/*max-width: 200px;*/
|
||||
}
|
||||
|
||||
.a {
|
||||
text-decoration: none;
|
||||
color: #2140fb;
|
||||
@ -162,7 +129,7 @@
|
||||
timeindex++;
|
||||
var tr_add = $('#tr_addtimepreiod');
|
||||
var tr = $('<tr id="trtime_' + timeindex + '" class="trtimeperiod"></tr>');
|
||||
var td1 = $('<td class="label">' + GetTextByKey("P_CM_STARTTIME_COLON", "Start Time:") + '</td>"');
|
||||
var td1 = $('<td class="label" style="line-height: unset;">' + GetTextByKey("P_CM_STARTTIME_COLON", "Start Time:") + '</td>"');
|
||||
var td2 = $('<td></td>');
|
||||
var s_sel = $('<select id="starttimehour_' + timeindex + '" style="width: 48px;"></select><span style="font-weight: bold;"> : </span><select id="starttimeminute_' + timeindex + '" style="width: 48px;"></select>')
|
||||
var e_sel = $('<span class="timespan">' + GetTextByKey("P_CM_ENDTIME_COLON", "End Time:") + '</span><select id="endtimehour_' + timeindex + '" style="width: 48px;"></select><span style="font-weight: bold;"> : </span><select id="endtimeminute_' + timeindex + '" style="width: 48px;"></select>');
|
||||
@ -327,7 +294,9 @@
|
||||
</script>
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
|
||||
<div id="mask_bg" style="display: none;"><div class="loading c-spin"></div></div>
|
||||
<div id="mask_bg" style="display: none;">
|
||||
<div class="loading c-spin"></div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="function_title">
|
||||
<span class="sbutton iconsave" onclick="OnSave(0);" data-lgid="P_CM_SAVE">Save</span>
|
||||
@ -343,12 +312,12 @@
|
||||
</div>
|
||||
<table style="line-height: 40px;">
|
||||
<tr>
|
||||
<td class="label" data-lgid="P_CM_TITLE_COLON">Title:</td>
|
||||
<td class="label" style="line-height: unset;" data-lgid="P_CM_TITLE_COLON">Title:</td>
|
||||
<td>
|
||||
<input id="dialog_title" tabindex="2" maxlength="200" style="width: 280px;" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label" data-lgid="P_CM_DAYS_COLON">Day(s):</td>
|
||||
<td class="label" style="line-height: unset;" data-lgid="P_CM_DAYS_COLON">Day(s):</td>
|
||||
<td id="tdDays">
|
||||
<input type="checkbox" id="chkSu" tabindex="3" style="width: auto; margin-left: 0px; margin-right: 2px;" class="middlechk" /><label for="chkSu" data-lgid="P_CM_SUNDAY">Sunday</label>
|
||||
<input type="checkbox" id="chkMo" tabindex="4" style="width: auto; margin-left: 26px; margin-right: 2px;" class="middlechk" /><label for="chkMo" data-lgid="P_CM_MONDAY">Monday</label>
|
||||
@ -360,7 +329,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="tr_addtimepreiod">
|
||||
<td class="label"></td>
|
||||
<td class="label" style="line-height: unset;"></td>
|
||||
<td><span class="sbutton iconadd" onclick="AddTimePeriod();" style="background-color: #f0f0f0;" data-lgid="P_CM_ADDPERIOD">Add Period</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user