Changeset 554

Show
Ignore:
Timestamp:
06/02/08 17:50:51 (5 years ago)
Author:
Tatzelwurm
Message:

UserOption? Class duch ACPForm.class ersetzt
Datum wird jetzt formatiert im ACP angezeigt.

Location:
de.inside.wcf.Gewinnspiel/de.inside.wcf.Gewinnspiel
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • de.inside.wcf.Gewinnspiel/de.inside.wcf.Gewinnspiel/acptemplates/gewinnspielAdd.tpl

    r519 r554  
    122122                                                        {else} 
    123123                                                                <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} 
    125125                                                                </div> 
    126126                                                        {/if} 
  • de.inside.wcf.Gewinnspiel/de.inside.wcf.Gewinnspiel/files/lib/acp/form/GewinnspielAddForm.class.php

    r519 r554  
    22// wcf imports 
    33require_once(WCF_DIR.'lib/acp/form/ACPForm.class.php'); 
    4 require_once(WCF_DIR.'lib/acp/form/UserOptionListForm.class.php'); 
    54 
    65/** 
     
    98 *  
    109 * @author              Robert "Tatzelwurm" Hempel 
    11  * @copyright   2007/2008 INSIDE das Hrspiel 
     10 * @copyright   2007/2008 INSIDE das Hörspiel 
    1211 * @license     GNU LGPL http://www.gnu.org/licenses/lgpl.txt 
    1312 * @package             de.inside.wcf.gewinnspiel 
    1413 */ 
    1514 
    16 class GewinnspielAddForm extends UserOptionListForm { 
     15class GewinnspielAddForm extends ACPForm { 
    1716        public $templateName = 'gewinnspielAdd'; 
    1817