0000365 日期改由自行輸入

This commit is contained in:
Wayne Hsu 2023-02-14 10:10:52 +08:00
parent b7f8689599
commit 46982a26dc

View File

@ -86,7 +86,7 @@
<td><input type="checkbox" name="ad[{$portal.id}][]" value="2" {if $portal.block & 2}checked{/if}></td>
<td><input type="checkbox" name="ad[{$portal.id}][]" value="4" {if $portal.block & 4}checked{/if}></td>
<td><input type="checkbox" name="ad[{$portal.id}][]" value="8" {if $portal.block & 8}checked{/if}></td>
<td><input name="expire[{$portal.id}]" type="text" id="expire_{$portal.id}" size="15" value='{$portal.dstamp}' readonly="readonly" /><input name="selbtn{$portal.id}" type="button" id="selbtn{$portal.id}" onclick="return showCalendar('expire_{$portal.id}', '%Y-%m-%d', false, false, 'selbtn{$portal.id}');" value="{$lang.btn_select}" class="button"/></td>
<td><input name="expire[{$portal.id}]" type="text" id="expire_{$portal.id}" size="15" value='{$portal.dstamp}'/></td>
</tr>
{/foreach}
</table>