[TYPO3] Page Wizard problem with IE and Templavoila

Patrick Boisclair illustra at videotron.ca
Mon May 22 16:56:51 CEST 2006


Marc Ehret wrote:
> Patrick Boisclair wrote:
> 
>> when I use the Page Wizard and TemplaVoila with IE, the TO and DS of 
>> the page created (when I click on the template icon) was blank but 
>> with Firefox the good TO and DS of the page was selected.
> 
> Workaround...
> 
> 
> Edit templavoila/mod1/class.tx_templavoila_mod1_wizards.php.
> 
> 
> In Line 271:
> 
> Replace
> 
> $previewIcon = '<input type="image" class="c-inputButton" 
> name="data[tx_templavoila_to]" value="'.$row['uid'].'" 
> src="'.$previewIconFilename.'" title="" />';
> 
> with
> 
> $previewIcon = '<input type="submit" class="c-inputButton" 
> name="data[tx_templavoila_to]" value="'.$row['uid'].'" 
> style="background:url('.$previewIconFilename.') 
> no-repeat;display:block;width:50px;height:60px;cursor:pointer;line-height:100em;text-indent:-100px;overflow:hidden;" 
> title="" />';
> 
> Marc.
Excuse-me Marc for my previous message, your patch now working.

Thank you, is very appreciate.

Patrick



More information about the TYPO3-english mailing list