0000365 日期改由自行輸入
This commit is contained in:
parent
846bd6c276
commit
1a3477af26
@ -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="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="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 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>
|
</tr>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user