X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_list_rallyes_row.tpl;h=eadf0922d2e46e1db8fca76bd7403584bc995922;hb=fafbcbfd8d1b5abf892fa98b0e34238fae17c69c;hp=29b49bebab9c8a928c1f7bb037289537b1780ddd;hpb=9554a8d81c0b81430503ef8156748ffbb61daa00;p=mailer.git diff --git a/templates/de/html/admin/admin_list_rallyes_row.tpl b/templates/de/html/admin/admin_list_rallyes_row.tpl index 29b49bebab..eadf0922d2 100644 --- a/templates/de/html/admin/admin_list_rallyes_row.tpl +++ b/templates/de/html/admin/admin_list_rallyes_row.tpl @@ -1,54 +1,70 @@ - $content[select] - {--RALLYE_TITLE--}:
- $content[title] - {--RALLYE_DESCR2--}:
- $content[descr] - {--RALLYE_ADMIN_ID--}:
- $content[login] - {--RALLYE_TSTART--}:
- $content[start_date] - {--RALLYE_TEND--}:
- $content[end_date] + $content[select] + + {--RALLYE_TITLE--}:
+ $content[title] + + + {--RALLYE_DESCR2--}:
+ {%pipe,fixEmptyContentToDashes=$content[descr]%} + + + {--RALLYE_ADMIN_ID--}:
+ {%pipe,generateAdminLink=$content[admin_id]%} + + + {--RALLYE_TSTART--}:
+ $content[start_date] + + + {--RALLYE_TEND--}:
+ $content[end_date] + - {--RALLYE_TEMPLATE2--}:
- $content[template] - {--RALLYE_AUTO_ADD--}:
- $content[auto_lnk] - {--RALLYE_ACTIVE--}:
- $content[active_lnk] - {--RALLYE_NOTIFY--}:
- $content[notify_lnk] - {--RALLYE_NOTIFIED--}:
- $content[notified] + + {--RALLYE_TEMPLATE2--}:
+ {%pipe,fixEmptyContentToDashes=$content[template]%} + + + {--RALLYE_AUTO_ADD--}:
+ {%pipe,translateYesNo=$content[auto_add_new_user]%} + + + {--RALLYE_ACTIVE--}:
+ {%pipe,translateYesNo=$content[is_active]%} + + + {--RALLYE_NOTIFY--}:
+ {%pipe,translateYesNo=$content[send_notify]%} + + + {--RALLYE_NOTIFIED--}:
+ {%pipe,translateYesNo=$content[notified]%} + - {--RALLYE_ASSIGNED_PRICES--}:
- $content[prices_cnt] - - - {--RALLYE_ASSIGNED_USERS--}:
- $content[joined] + + {--RALLYE_ASSIGNED_PRICES--}:
+ {%pipe,translateComma=$content[prices_cnt]%} + + + {--RALLYE_ASSIGNED_USERS--}:
+ $content[users_content] + - - {--RALLYE_LIMITATIONS--}: + + {--RALLYE_LIMITATIONS--}: + - {--RALLYE_MIN_USERS_MINI--}:
- $content[min_users] - - {--RALLYE_MIN_PRICES_MINI--}:
- $content[min_prices] + + {--RALLYE_MIN_USERS_MINI--}:
+ $content[min_users] + + + {--RALLYE_MIN_PRICES_MINI--}:
+ $content[min_prices] +