36 lines
No EOL
836 B
HTML
36 lines
No EOL
836 B
HTML
<meta http-equiv="Refresh" content="2; url={$return_to}" />
|
||
<table width="100%" border="0">
|
||
<tbody>
|
||
<tr>
|
||
<td valign="top">
|
||
<table width="70%" cellspacing="1" cellpadding="6" border="0" align="center" class="tborder">
|
||
<tbody>
|
||
<tr>
|
||
<td class="tcat">
|
||
<img border="0" class="inlineimg" src="{$baseurl}/images/icons/info.png"/> {$title} {$LANG.message}: {$LANG.lang_change}
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="center" class="panelsurround">
|
||
<div class="panel">
|
||
<div align="left">
|
||
<div style="margin: 10px;" align="center">
|
||
|
||
<p>
|
||
<font size="3"><b>{$LANG.lang_changed}</b></font>
|
||
<BR>
|
||
<BR>
|
||
<font size="2"><a href="{$return_to}">{$LANG.if_not_redir}</a></font>
|
||
</p>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table> |