View Single Post
  #1  
Old 07-30-2007, 10:53 AM
 
luxor luxor is offline
 

Senior Member
  
Join Date: Apr 2007
Posts: 120
 

Default role of $extra in dialog.tpl

What is the meaning of $extra in :

Code:
{* $Id: dialog.tpl,v 1.25 2005/12/20 08:50:49 max Exp $ *} {if $printable ne ''} {include file="dialog_printable.tpl"} {else} <table cellspacing="0" {$extra}> <tr> <td align="center" class="DialogTitle">{$title}</td> </tr> <tr><td class="DialogBorder"><table cellspacing="1" class="DialogBox"> <tr><td class="DialogBox" valign="{$valign|default:"top"}" align="center">{$content} &nbsp; </td></tr> </table></td></tr> </table> {/if}

What does it mean and how to manipulate it?
__________________
v4.1.8 GOLD
Reply With Quote