|
|
@ -15,11 +15,11 @@ |
|
|
|
<input type="radio" name="email_endjob" value="1" <!--#if $email_endjob == "1" then "checked=1" else ""#--> /> $T('email-always') |
|
|
|
<input type="radio" name="email_endjob" value="2" <!--#if $email_endjob == "2" then "checked=1" else ""#--> /> $T('email-errorOnly') |
|
|
|
<br/><br/> |
|
|
|
<label><input type="checkbox" name="email_full" value="1" <!--#if $email_full > 0 then "checked=1" else ""#--> /> <strong>$T('opt-email_full'):</strong></label><br> |
|
|
|
<label><input type="checkbox" name="email_full" value="1" <!--#if $email_full != "0" then "checked=1" else ""#--> /> <strong>$T('opt-email_full'):</strong></label><br> |
|
|
|
$T('explain-email_full')<br/> |
|
|
|
<br/> |
|
|
|
|
|
|
|
<label><input type="checkbox" name="email_rss" value="1" <!--#if $email_rss > 0 then "checked=1" else ""#--> /> <strong>$T('opt-email_rss'):</strong></label><br> |
|
|
|
<label><input type="checkbox" name="email_rss" value="1" <!--#if $email_rss != "0" then "checked=1" else ""#--> /> <strong>$T('opt-email_rss'):</strong></label><br> |
|
|
|
$T('explain-email_rss')<br/> |
|
|
|
|
|
|
|
<strong>$T('opt-email_dir'):</strong><br/> |
|
|
|