</span>
		</td>
		<td class="wm_field_value">
			<input type="radio" class="wm_checkbox override" name="radioTimeFormat" id="radioTimeFormat12"
				value="<?php 
echo EnumConvert::ToPost(ETimeFormat::F12, 'ETimeFormat');
?>
" <?php 
$this->Data->PrintCheckedValue('radioTimeFormat12');
?>
 x-data-label="radioTimeFormat_label" />
			<label id="radioTimeFormat12_label" for="radioTimeFormat12">1PM</label>
			&nbsp;&nbsp;&nbsp;
			<input type="radio" class="wm_checkbox override" name="radioTimeFormat" id="radioTimeFormat24"
				value="<?php 
echo EnumConvert::ToPost(ETimeFormat::F24, 'ETimeFormat');
?>
" <?php 
$this->Data->PrintCheckedValue('radioTimeFormat24');
?>
  x-data-label="radioTimeFormat_label" />
			<label id="radioTimeFormat24_label" for="radioTimeFormat24">13:00</label>
		</td>
	</tr>
	<tr>
		<td class="wm_field_title">
			<span id="radioTimeFormat_label">
				<?php 
echo CApi::I18N('ADMIN_PANEL/DOMAINS_GENERAL_DATEFORMAT');
?>
			</span>
						?>" <?php $this->Data->PrintCheckedValue('radioAuthTypeAuthSpecified'); ?> />
					<label id="radioAuthTypeAuthSpecified_label" for="radioAuthTypeAuthSpecified"><?php echo CApi::I18N('ADMIN_PANEL/DOMAINS_SMTP_AUTH_LOGIN'); ?></label>

					&nbsp;&nbsp;&nbsp;

					<input type="text" name="txtOutgoingMailLogin" id="txtOutgoingMailLogin" class="wm_input"
						value="<?php $this->Data->PrintInputValue('txtOutgoingMailLogin'); ?>" />

					<span id="txtOutgoingMailPassword_label">
						<?php echo CApi::I18N('ADMIN_PANEL/DOMAINS_SMTP_AUTH_PASS'); ?>
					</span>
					<input type="password" name="txtOutgoingMailPassword" id="txtOutgoingMailPassword" class="wm_input"
						value="<?php $this->Data->PrintInputValue('txtOutgoingMailPassword'); ?>" />

					<br /><br />

				<?php } ?>

				<input type="radio" class="wm_checkbox" name="radioAuthType" id="radioAuthTypeAuthCurrentUser"
					value="<?php echo EnumConvert::ToPost(ESMTPAuthType::AuthCurrentUser, 'ESMTPAuthType');
					?>" <?php $this->Data->PrintCheckedValue('radioAuthTypeAuthCurrentUser'); ?> />
				<label id="radioAuthTypeAuthCurrentUser_label" for="radioAuthTypeAuthCurrentUser">
					<?php echo CApi::I18N('ADMIN_PANEL/DOMAINS_SMTP_AUTH_USER'); ?>
				</label>

			</fieldset>

		</td>
	</tr>

</table>
Ejemplo n.º 3
0
</span>
	</td>
	<td>
		<input type="radio" class="wm_checkbox" name="radioSqlType" id="radioSqlTypeMySQL"
			value="<?php 
echo EnumConvert::ToPost(EDbType::MySQL, 'EDbType');
?>
" <?php 
$this->Data->PrintCheckedValue('radioSqlTypeMySQL');
?>
 x-data-label="radioSqlType_label" />
		<label id="radioSqlTypeMySQL_label" for="radioSqlTypeMySQL">MySQL</label>
		&nbsp;&nbsp;&nbsp;
		<input type="radio" class="wm_checkbox" name="radioSqlType" id="radioSqlTypePostgreSQL"
			value="<?php 
echo EnumConvert::ToPost(EDbType::PostgreSQL, 'EDbType');
?>
" <?php 
$this->Data->PrintCheckedValue('radioSqlTypePostgreSQL');
?>
  x-data-label="radioSqlType_label" />
		<label id="radioSqlTypePostgreSQL_label" for="radioSqlTypePostgreSQL">PostgreSQL (experimental)</label>
	</td>
</tr>
<tr>
	<td align="left" width="200">
		<span id="txtSqlLogin_label"><?php 
echo CApi::I18N('ADMIN_PANEL/SCREEN_DATABASE_USER');
?>
</span>
	</td>
Ejemplo n.º 4
0
	<td colspan="2">
		<br />
	</td>
</tr>
<tr class="<?php echo $this->Data->PrintValue('classSqlTypeVisibility'); ?>">
	<td align="left" width="200">
		<span id="txtSqlType_label"><?php echo CApi::I18N('ADMIN_PANEL/SCREEN_DATABASE_TYPE'); ?></span>
	</td>
	<td>
		<input type="radio" class="wm_checkbox" name="radioSqlType" id="radioSqlTypeMySQL"
			value="<?php echo EnumConvert::ToPost(EDbType::MySQL, 'EDbType'); ?>" <?php
			$this->Data->PrintCheckedValue('radioSqlTypeMySQL'); ?> x-data-label="radioSqlType_label" />
		<label id="radioSqlTypeMySQL_label" for="radioSqlTypeMySQL">MySQL</label>
		&nbsp;&nbsp;&nbsp;
		<input type="radio" class="wm_checkbox" name="radioSqlType" id="radioSqlTypePostgreSQL"
			value="<?php echo EnumConvert::ToPost(EDbType::PostgreSQL, 'EDbType'); ?>" <?php
			$this->Data->PrintCheckedValue('radioSqlTypePostgreSQL'); ?>  x-data-label="radioSqlType_label" />
		<label id="radioSqlTypePostgreSQL_label" for="radioSqlTypePostgreSQL">PostgreSQL (experimental)</label>
	</td>
</tr>
<tr>
	<td align="left" width="200">
		<span id="txtSqlLogin_label"><?php echo CApi::I18N('ADMIN_PANEL/SCREEN_DATABASE_USER'); ?></span>
	</td>
	<td>
		<input type="text" class="wm_input" name="txtSqlLogin" id="txtSqlLogin" value="<?php $this->Data->PrintInputValue('txtSqlLogin') ?>" size="35" />
	</td>
</tr>
<tr>
	<td align="left">
		<span id="txtSqlPassword_label"><?php echo CApi::I18N('ADMIN_PANEL/SCREEN_DATABASE_PASS'); ?></span>
$this->Data->PrintInputValue('classHideIncomingMailProtocol');
?>
">
					<select name="selIncomingMailProtocol" id="selIncomingMailProtocol" class="wm_input">
						<option <?php 
$this->Data->PrintSelectedValue('optIncomingProtocolIMAP');
?>
							value="<?php 
echo EnumConvert::ToPost(EMailProtocol::IMAP4, 'EMailProtocol');
?>
">IMAP</option>
						<option <?php 
$this->Data->PrintSelectedValue('optIncomingProtocolPOP3');
?>
							value="<?php 
echo EnumConvert::ToPost(EMailProtocol::POP3, 'EMailProtocol');
?>
">POP3</option>
					</select>
				</span>
			</nobr>
		</td>
		<td align="left">
			<input type="text" class="wm_input" name="txtIncomingMailHost" id="txtIncomingMailHost"
			   value="<?php 
$this->Data->PrintInputValue('txtIncomingMailHost');
?>
" />

			<span id="txtIncomingMailPort_label">
				<?php 
Ejemplo n.º 6
0
><?php 
echo CApi::I18N('ADMIN_PANEL/SCREEN_LOGGING_VERBOSITY_WARNINGS');
?>
</option>
			<option value="<?php 
echo EnumConvert::ToPost(ELogLevel::Error, 'ELogLevel');
?>
" <?php 
$this->Data->PrintSelectedValue('selVerbosityError');
?>
><?php 
echo CApi::I18N('ADMIN_PANEL/SCREEN_LOGGING_VERBOSITY_ERRORS');
?>
</option>
			<option value="<?php 
echo EnumConvert::ToPost(ELogLevel::Spec, 'ELogLevel');
?>
" <?php 
$this->Data->PrintSelectedValue('selVerbositySpec');
?>
><?php 
echo CApi::I18N('ADMIN_PANEL/SCREEN_LOGGING_VERBOSITY_SPEC');
?>
</option>
		</select>
	</td>
</tr>
<tr>
	<td align="left">
		<input id="btnDownloadLog" type="button" class="wm_button" value="<?php 
echo CApi::I18N('ADMIN_PANEL/SCREEN_LOGGING_DEBUG_DOWNLOAD');