Version 0.9.9b1
-replace icons with font awesome icons -display icons on tabs and hide it on mobile access -new block last results -new config values for last users, last results -replace config value football_host_timezone with football_time_shift -fixed errors on php 7 -remove unnecessary sql_freeresult calls -fixed non-numeric value errors
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<div class="panel">
|
||||
<h3><span class="small-icon icon-bet"></span> {L_DELIVERY_LIST}</h3>
|
||||
<!-- BEGIN delivery -->
|
||||
<span style="cursor:pointer;" title="{delivery.TITLE}" onclick="location.href='{delivery.U_BET_LINK}'">
|
||||
<span> <strong style="color:{delivery.COLOR};">{delivery.DELIVERY} </strong></span> <br />
|
||||
<span class="gensmall"><strong>{delivery.LEAGUE_SHORT} </strong></span>
|
||||
<span class="gensmall" >{delivery.MATCHDAY_NAME}</span>
|
||||
</span><hr />
|
||||
<!-- END delivery -->
|
||||
</div>
|
||||
|
||||
<div class="panel">
|
||||
<h3><i class="icon fa-calendar fa-fw"></i>{L_DELIVERY_LIST}</h3>
|
||||
<!-- BEGIN delivery -->
|
||||
<span style="cursor:pointer;" title="{delivery.TITLE}" onclick="location.href='{delivery.U_BET_LINK}'">
|
||||
<span> <strong style="color:{delivery.COLOR};">{delivery.DELIVERY} </strong></span> <br />
|
||||
<span class="gensmall"><strong>{delivery.LEAGUE_SHORT} </strong></span>
|
||||
<span class="gensmall" >{delivery.MATCHDAY_NAME}</span>
|
||||
</span><hr />
|
||||
<!-- END delivery -->
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user