New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / templates / de / html / admin / admin_config_rallye_edit_row.tpl
index 889095e308fe15803c62f88f473bc9864a16fc81..c7b75929de42b9e093bb29e65cb2a34610913f3a 100644 (file)
@@ -1,16 +1,16 @@
 <tr>
        <td class="switch_sw$content[sw] bottom right" align="center">
-               <select name="rallye_id[$content[id]]" size="1" class="admin_select">
-                       $content[rallyes]
+               <select name="rallye_id[$content[rallye_id]]" size="1" class="admin_select">
+                       $content[rallye_content]
                </select>
        </td>
        <td class="switch_sw$content[sw] bottom right" align="center">
-               <input type="text" name="level[$content[id]]" class="admin_normal" size="5" maxlength="20" value="$content[level]" />
+               <input type="text" name="level[$content[rallye_id]]" class="admin_normal" size="5" maxlength="20" value="$content[price_level]" />
        </td>
        <td class="switch_sw$content[sw] bottom right">
-               <input type="text" name="points[$content[id]]" class="admin_normal" size="8" maxlength="20" value="$content[points]" />
+               <input type="text" name="points[$content[rallye_id]]" class="admin_normal" size="8" maxlength="20" value="$content[points]" />
        </td>
        <td class="switch_sw$content[sw] bottom">
-               <input type="text" name="infos[$content[id]]" class="admin_normal" size="15" maxlength="255" value="$content[infos]" />
+               <input type="text" name="infos[$content[rallye_id]]" class="admin_normal" size="15" maxlength="255" value="$content[info]" />
        </td>
 </tr>