Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
<div class="Center" style='width:100%;'>
2
<div class="col" style="padding-left:8px;">
3
<div class="Block">
4
<table width="100%" border="0" cellspacing="0px" cellpadding="0">
5
	<tr>
6
		<td align="center">
7
		<p class="dirmsg" style="height: 20px;padding:5px;">
8
			<font class="error" style="font-size: 13px;"><b><?php echo $msg?></b></font>
9
		</p>
10
		</td>
11
	</tr>
12
 
13
	<?php if(!empty($msgButton)) {?>
14
		<tr>
15
			<td align="center"><br><?php echo $msgButton?></td>
16
		</tr>
17
	<?php }?>
18
 
19
</table>
20
 
21
</div>
22
</div>
23
</div>