]> git.mxchange.org Git - mailer.git/commitdiff
... instead display reload lock and minimum stay
authorRoland Häder <roland@mxchange.org>
Thu, 28 Jul 2011 05:06:18 +0000 (05:06 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 28 Jul 2011 05:06:18 +0000 (05:06 +0000)
inc/language/forced_de.php
templates/de/html/admin/admin_list_forced_ads.tpl
templates/de/html/admin/admin_list_forced_ads_row.tpl
templates/xml/admin/admin_list_forced_ads.xml

index 14660737fe6d1ef4c030e3cd7b8627f6fea2e8d4..9f926266243c182d6d0849c7baa567bff45561f3 100644 (file)
@@ -66,6 +66,8 @@ addMessages(array(
        'ADMIN_FORCED_ADS_CLICKS_COUNTER' => "Anzahl Forced-Klicks",
        'ADMIN_FORCED_ADS_HAS_FRAMEBREAKER' => "Framekiller?",
        'ADMIN_FORCED_ADS_ADDED' => "Hinzugef&uuml;gt?",
+       'ADMIN_FORCED_ADS_RELOAD_LOCK' => "Reloadsperre",
+       'ADMIN_FORCED_ADS_MINIMUM_STAY' => "Mindestauffenthalt",
 ));
 
 // [EOF]
index 18ab74f76d5b73e5756d7245072d68e268063a3f..5dd973b5b7ebcf9b246b1aeb61186da2e15d49d4 100644 (file)
@@ -2,7 +2,7 @@
 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;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--}" />
index 2d37488b668762cfb83a388b767e362322d8eb76..97ac217a9d31a31aa5263bd8350ae042ccac0be8 100644 (file)
        <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>
index 7c70620088fad0ae158a150c0af0925e4cba4f28..9c3a02e6c6db0da2dae4e491e1e6f3e5197405af 100644 (file)
@@ -69,6 +69,8 @@ MA  02110-1301  USA
                        <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.