21.09.2016, 19:53
Otóż mam taki problem, że przy wyświetlaniu przekierowania nie ma tła pod wiadomością i przyciskiem żeby nie czekać :C
Screen:
http://i.imgur.com/qbz4ecK.png
Trow1
Trow2:
Szablon redirect:
Screen:
http://i.imgur.com/qbz4ecK.png
Trow1
Kod:
.trow1 {
background: url(images/skillgame/row_gradient.png) repeat-x top;
border-top: 1px solid #252525;
border-bottom: 1px solid #111111;
vertical-align: middle;
padding: 10px 0px 10px 0px;
color: #898989;
line-height: 17px;
padding-left: 10px;
font-weight: normal;
}
Kod:
.trow2 {
background: url(images/skillgame/row_gradient.png) repeat-x top;
border-top: 1px solid #252525;
border-bottom: 1px solid #111111;
vertical-align: middle;
padding: 10px 0px 10px 0px;
color: #898989;
line-height: 17px;
padding-left: 10px;
font-weight: normal;
}
Szablon redirect:
Kod:
<html>
<head>
<title>{$title}</title>
<meta http-equiv="refresh" content="2;URL={$url}" />
{$headerinclude}
</head>
<body>
<br />
<br />
<br />
<br />
<div style="margin: auto auto; width: {$lang->redirect_width}" align="center">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$title}</strong></td>
</tr>
<tr>
<td class="trow1" align="center"><p>{$message}</p></td>
</tr>
<tr>
<td class="trow2" align="right"><a href="{$url}"><span class="smalltext">{$lang->click_no_wait}</span></a></td>
</tr>
</table>
</div>
</body>
</html>