<td><?php 
echo GetMessage("CLO_STORAGE_EDIT_CNAME");
?>
:</td>
		<td><input type="text" size="55" name="CNAME" value="<?php 
echo htmlspecialcharsbx($arRes["CNAME"]);
?>
"></td>
	</tr>
<?php 
$tabControl->BeginNextTab();
?>
	<tr><td align="center">
<?php 
if ($bVarsFromForm) {
    $arRules = CCloudStorageBucket::ConvertPOST($_POST);
} elseif (isset($arRes["FILE_RULES"])) {
    $arRules = unserialize($arRes["FILE_RULES"]);
} else {
    $arRules = array();
}
if (!is_array($arRules)) {
    $arRules = array();
}
?>
		<table border="0" cellspacing="0" cellpadding="0" class="internal" align="center" id="tblRULES">
			<tr class="heading">
				<td><?php 
echo GetMessage("CLO_STORAGE_EDIT_MODULE");
?>
<sup><span class="required">1</span></sup></td>