mailer project continued:
[mailer.git] / templates / de / html / admin / admin_delete_forced_ads_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right">
3                 {--ADMIN_FORCED_ADS_ADDED--}:<br />
4                 <input type="hidden" name="forced_ads_id[$content[forced_ads_id]]" value="1" />
5                 <strong>$content[forced_ads_added]</strong>
6         </td>
7         <td class="{%template,ColorSwitch%} bottom">
8                 {--ADMIN_FORCED_ADS_AD_URL--}:<br />
9                 <strong>$content[forced_ads_ad_url]</strong>
10         </td>
11 </tr>
12 <tr>
13         <td class="{%template,ColorSwitch%} bottom right">
14                 {--ADMIN_FORCED_ADS_ALTERNATE_TEXT--}:<br />
15                 <strong>$content[forced_ads_alt_text]</strong>
16         </td>
17         <td class="{%template,ColorSwitch%} bottom">
18                 {--ADMIN_FORCED_ADS_CLICK_URL--}:<br />
19                 <strong><a href="{%pipe,generateFrametesterUrl=$content[forced_ads_click_url]%}" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
20         </td>
21 </tr>
22 <tr>
23         <td class="{%template,ColorSwitch%} bottom right">
24                 {--ADMIN_FORCED_ADS_WIDTH--}:<br />
25                 <strong>$content[forced_ads_width]</strong>
26         </td>
27         <td class="{%template,ColorSwitch%} bottom">
28                 {--ADMIN_FORCED_ADS_HEIGHT--}:<br />
29                 <strong>$content[forced_ads_height]</strong>
30         </td>
31 </tr>
32 <tr>
33         <td class="{%template,ColorSwitch%} bottom right">
34                 {--ADMIN_FORCED_ADS_USERID--}:<br />
35                 <strong>{%pipe,generateUserProfileLink=$content[forced_ads_userid]%}</strong>
36         </td>
37         <td class="{%template,ColorSwitch%} bottom">
38                 {--ADMIN_FORCED_ADS_TYPE--}:<br />
39                 <strong>{%pipe,translateForcedAdsType=$content[forced_ads_type]%}</strong>
40         </td>
41 </tr>
42 <tr>
43         <td class="{%template,ColorSwitch%} bottom">
44                 {--ADMIN_FORCED_ADS_HAS_FRAMEBREAKER--}<br />
45                 <strong>{%pipe,translateYesNo=$content[forced_ads_framebreaker]%}</strong>
46         </td>
47         <td class="{%template,ColorSwitch%} bottom separator">&nbsp;</td>
48 </tr>