|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
<TMPL_LOOP NAME="notifications"> |
|
|
|
|
<input type="hidden" name="reference<TMPL_VAR NAME="id">" value="<TMPL_VAR NAME="reference">"> |
|
|
|
|
<input type="hidden" name="reference<TMPL_VAR NAME="id">" value="<TMPL_VAR NAME="reference">"/> |
|
|
|
|
<TMPL_IF NAME="title"> |
|
|
|
|
<h2 class="notifText"><TMPL_VAR NAME="title"></h2> |
|
|
|
|
</TMPL_IF> |
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
|
<TMPL_LOOP NAME="check"> |
|
|
|
|
<p class="notifCheck"> |
|
|
|
|
<div class="form-group form-check"> |
|
|
|
|
<input type="checkbox" name="check<TMPL_VAR NAME="id">" id="<TMPL_VAR NAME="id">" value="accepted"> |
|
|
|
|
<input type="checkbox" name="check<TMPL_VAR NAME="id">" id="<TMPL_VAR NAME="id">" value="accepted"/> |
|
|
|
|
<label class="form-check-label" for="<TMPL_VAR NAME="id">"><TMPL_VAR NAME="value"></label> |
|
|
|
|
</div> |
|
|
|
|
</p> |
|
|
|
|