minor fix

This commit is contained in:
wlx 2014-06-11 02:30:39 +00:00
parent bab967037d
commit 24cddfc4e8
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ $(document).ready(function(){
<option value="true">立即发布</option> <option value="true">立即发布</option>
<option value="false">存草稿</option> <option value="false">存草稿</option>
</select> </select>
<input type="checkbox" id="pubtimeturn" name="pubtimer" value="1" <?php if($this->ev['is_pub']==true && !empty($this->ev['ts_published'])) echo 'checked="checked"'; ?>/><label id="pubtimelable" for="productcat">定时发布?</label> <input type="checkbox" id="pubtimeturn" name="pubtimer" value="1" <?php if($this->ev['is_pub']==true && !empty($this->ev['ts_published'])) echo 'checked="checked"'; ?>/>定时发布?
<input type="text" name="pubtime" id="pubtime" value="<?php echo date("Y-m-d H:i",time()+3600*24);?>" readonly="readonly" /> <input type="text" name="pubtime" id="pubtime" value="<?php echo date("Y-m-d H:i",time()+3600*24);?>" readonly="readonly" />
</div> </div>
</div> </div>