File: adm/style/captcha_qa_acp.html
Unmodified
Added
Modified
Removed
Line 1 | Line 1 |
---|
<!-- INCLUDE overall_header.html -->
<a id="maincontent"></a>
|
<!-- INCLUDE overall_header.html -->
<a id="maincontent"></a>
|
| |
<a href="<!-- IF U_LIST -->{U_LIST}<!-- ELSE -->{U_ACTION}<!-- ENDIF -->" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a>
| <a href="<!-- IF U_LIST -->{U_LIST}<!-- ELSE -->{U_ACTION}<!-- ENDIF -->" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a>
|
Line 25 | Line 24 |
---|
<td style="vertical-align: top; width: 50px; text-align: center; white-space: nowrap;">{L_ACTION}</td> </tr> </thead>
|
<td style="vertical-align: top; width: 50px; text-align: center; white-space: nowrap;">{L_ACTION}</td> </tr> </thead>
|
|
|
<tbody>
|
<tbody>
|
<!-- BEGIN questions -->
| {% for question in questions %}
|
<tr>
|
<tr>
|
<td style="text-align: left;">{questions.QUESTION_TEXT}</td> <td style="text-align: center;">{questions.QUESTION_LANG}</td> <td style="text-align: center;"><a href="{questions.U_EDIT}">{ICON_EDIT}</a> <a href="{questions.U_DELETE}">{ICON_DELETE}</a></td>
| {# RTL is already managed by CSS #} <td>{{ question.QUESTION_TEXT }}</td> <td style="text-align: center;">{{ question.QUESTION_LANG }}</td> <td style="text-align: center;"><a href="{{ question.U_EDIT }}">{{ ICON_EDIT }}</a> <a href="{{ question.U_DELETE }}">{{ ICON_DELETE }}</a></td>
|
</tr>
|
</tr>
|
<!-- END questions -->
| {% endfor %}
|
</tbody>
|
</tbody>
|
|
|
</table> <fieldset class="quick"> <input class="button1" type="submit" name="add" value="{L_ADD}" />
| </table> <fieldset class="quick"> <input class="button1" type="submit" name="add" value="{L_ADD}" />
|