Просмотр файла templates/admin/admin_points_forums_body.tpl

Размер файла: 1.04Kb
<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">&nbsp;Откл.поинты на:&nbsp;</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">