Changeset 554
- Timestamp:
- 06/02/08 17:50:51 (5 years ago)
- Location:
- de.inside.wcf.Gewinnspiel/de.inside.wcf.Gewinnspiel
- Files:
-
- 2 modified
-
acptemplates/gewinnspielAdd.tpl (modified) (1 diff)
-
files/lib/acp/form/GewinnspielAddForm.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
de.inside.wcf.Gewinnspiel/de.inside.wcf.Gewinnspiel/acptemplates/gewinnspielAdd.tpl
r519 r554 122 122 {else} 123 123 <div class="floatedElement"> 124 <input id="starttime" class="text" type="hidden" name="starttime" value="{@$starttime}" readonly="readonly" />{ $starttime|shorttime}124 <input id="starttime" class="text" type="hidden" name="starttime" value="{@$starttime}" readonly="readonly" />{@$starttime|shorttime} 125 125 </div> 126 126 {/if} -
de.inside.wcf.Gewinnspiel/de.inside.wcf.Gewinnspiel/files/lib/acp/form/GewinnspielAddForm.class.php
r519 r554 2 2 // wcf imports 3 3 require_once(WCF_DIR.'lib/acp/form/ACPForm.class.php'); 4 require_once(WCF_DIR.'lib/acp/form/UserOptionListForm.class.php');5 4 6 5 /** … … 9 8 * 10 9 * @author Robert "Tatzelwurm" Hempel 11 * @copyright 2007/2008 INSIDE das H rspiel10 * @copyright 2007/2008 INSIDE das Hörspiel 12 11 * @license GNU LGPL http://www.gnu.org/licenses/lgpl.txt 13 12 * @package de.inside.wcf.gewinnspiel 14 13 */ 15 14 16 class GewinnspielAddForm extends UserOptionListForm {15 class GewinnspielAddForm extends ACPForm { 17 16 public $templateName = 'gewinnspielAdd'; 18 17
