MediaWiki:Gadget-afchelper.js/tpl-preferences.js

This is an old revision of this page, as edited by Enterprisey (talk | contribs) at 19:52, 13 September 2022 (Updating AFCH: master @ 5ba43d). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Uploaded from https://github.com/WPAFC/afch-rewrite, commit: 5ba43d26ffa1cf4177119619c0e85c56b39f9290 (master) */
//<nowiki>

<!-- preferences -->
<div class="afch afch-form afch-preferences">
	<div class="details centered">
		<strong>AFCH v{{version}} / {{versionName}}</strong>
		<div>User-Agent: {{userAgent}}</div>
	</div>
	<div id="autoOpenWrapper">
		<label for="autoOpen" class="afch-label">Automatically open the review panel on AfC submissions</label>
		<input type="checkbox" id="autoOpen" class="afch-input" {{#autoOpen}}checked{{/autoOpen}} />
	</div>
	<div id="launchLinkPositionWrapper">
		<label for="launchLinkPosition" class="afch-label">Location of "Review (AFCH)" link</label>
		<select id="launchLinkPosition" class="afch-input">
			<option value="p-cactions">Triangle dropdown next to the "Edit" and "History" links</option>
			<option value="p-tb">"Tools" section on the lefthand side of the page</option>
		</select>
	</div>
	<div id="logCsdWrapper">
		<label for="logCsd" class="afch-label">Log speedy deletion nominations</label>
		<input type="checkbox" id="logCsd" class="afch-input" {{#logCsd}}checked{{/logCsd}} />
	</div>
	<div id="logAfcWrapper">
		<label for="logAfc" class="afch-label">Log acceptances, declines, and rejects</label>
		<input type="checkbox" id="logAfc" class="afch-input" {{#logAfc}}checked{{/logAfc}} />
	</div>
</div>
<!-- /preferences -->

//</nowiki>