Beispiel #1
0
					<?php 
echo I18N::translate('Type your password again, to make sure you have typed it correctly.');
?>
				</p>
			</div>

			<div class="label">
				<label for="form_language">
					<?php 
echo I18N::translate('Language');
?>
				</label>
			</div>
			<div class="value">
				<?php 
echo FunctionsEdit::editFieldLanguage('form_language', Auth::user()->getPreference('language'));
?>
			</div>

			<div class="label">
				<label for="form_timezone">
					<?php 
echo I18N::translate('Time zone');
?>
				</label>
			</div>
			<div class="value">
				<?php 
echo FunctionsEdit::selectEditControl('form_timezone', array_combine(\DateTimeZone::listIdentifiers(), \DateTimeZone::listIdentifiers()), null, Auth::user()->getPreference('TIMEZONE') ?: 'UTC', 'class="form-control"');
?>
				<p class="small text-muted">