'ADMIN_FORCED_ADS_CLICKS_COUNTER' => "Anzahl Forced-Klicks",
'ADMIN_FORCED_ADS_HAS_FRAMEBREAKER' => "Framekiller?",
'ADMIN_FORCED_ADS_ADDED' => "Hinzugefügt?",
+ 'ADMIN_FORCED_ADS_RELOAD_LOCK' => "Reloadsperre",
+ 'ADMIN_FORCED_ADS_MINIMUM_STAY' => "Mindestauffenthalt",
));
// [EOF]
<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&what=list_forced_ads%}" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="800">
<tr>
- <td align="center" colspan="5" class="table_header">
+ <td align="center" colspan="7" class="table_header">
<strong>{--ADMIN_LIST_FORCED_ADS_TITLE--}</strong>
</td>
</tr>
<td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_ADS_TYPE--}</strong></td>
<td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_ADS_HAS_FRAMEBREAKER--}</strong></td>
<td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_ADS_ADDED--}</strong></td>
+ <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_ADS_RELOAD_LOCK--}</strong></td>
+ <td class="header_column bottom" align="center"><strong>{--ADMIN_FORCED_ADS_MINIMUM_STAY--}</strong></td>
</tr>
$content
<tr>
- <td class="table_footer" colspan="5">
+ <td class="table_footer" colspan="7">
<input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
<input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
<input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
<td align="center" class="bottom right {%template,ColorSwitch%}">
{%pipe,translateYesNo=$content[forced_ads_framebreaker]%}
</td>
- <td align="center" class="bottom {%template,ColorSwitch%}">
+ <td align="center" class="bottom right {%template,ColorSwitch%}">
$content[forced_ads_added]
</td>
+ <td align="center" class="bottom right {%template,ColorSwitch%}">
+ {%pipe,createFancyTime=$content[forced_ads_reload_lock]%}
+ </td>
+ <td align="center" class="bottom {%template,ColorSwitch%}">
+ {%pipe,createFancyTime=$content[forced_ads_min_stay]%}
+ </td>
</tr>
<select-data-from-list-entry type="string" table="" value="forced_ads_type" alias="" function="" />
<select-data-from-list-entry type="string" table="" value="forced_ads_framebreaker" alias="" function="" />
<select-data-from-list-entry type="string" table="" value="forced_ads_added" alias="forced_ads_added" function="UNIX_TIMESTAMP" />
+ <select-data-from-list-entry type="string" table="" value="forced_ads_reload_lock" alias="" function="" />
+ <select-data-from-list-entry type="string" table="" value="forced_ads_min_stay" alias="" function="" />
</select-data-from-list>
<!--
And the column list to perform the WHERE statement on.