Welcome to mirror list, hosted at ThFree Co, Russian Federation.

personal.php « settings « templates « build - github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1fadffbaa986a656743fbefc7800151b93c98577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/** @var $l \OCP\IL10N */
/** @var $_ array */

if (function_exists('script')) {
	script('ojsxc', 'settings/personal');
}
?>
<div class="section">
	<h2>JavaScript Xmpp Client</h2>

	<div id="ojsxc-settings">
		<label>
			<input type="checkbox" name="loginFormEnable" value="true" <?php if($_[ 'loginFormEnable']==='true' || $_[ 'loginFormEnable']===true) echo "checked"; ?> />
			If this option is enabled, the chat will start on login.
		</label>
	</div>
</div>