Файл: templates/admin/admin_points_forums_body.tpl
Строк: 34
<p>{L_TEXT}</p>
<script language="Javascript"
type="text/javascript">
//
// Should really check the
browser to stop this whining ...
//
function
select_switch(status)
{
for (i = 0; i < document.points_list.length;
i++)
{
document.points_list.elements[i].checked =
status;
}
}
</script>
<form action="{S_ACTION}"
method="post" name="points_list">
<div
class="tab"> Откл.поинты
на: </div>
<!-- BEGIN points_overview -->
<div
class="row1"
class="{points_overview.ROW_CLASS}"><input
type="hidden" name="forum_id[]"
value="{points_overview.FORUM_ID}"
/>{points_overview.FORUM}<br />
<input
type="checkbox"
name="points_disabled[{points_overview.FORUM_ID}]"
value="1" {points_overview.S_POINTS_DISABLED}
/>Выкл
</div>
<!-- END points_overview -->
<div
class="row1">
<a
href="javascript:select_switch(true);">-
{L_MARK_ALL}</a><br />
<a
href="javascript:select_switch(false);">-
{L_UNMARK_ALL}</a></b><br /><br />
<input
type="submit" name="submit"
class="mainoption" value="{L_SUBMIT}"
/>
</div>
</form>
<br clear="all">