<input type="text" name="recordsPerPage" value="<?php 
echo $adminConfig['recordsPerPage'];
?>
" size="5" class="formTextBox">
				</td>
			</tr>



		<tr>
			<td align="right" class="tdFormCaption" valign="top">
				<div class="formFieldCaption">Default sign-up mode<br />for new groups</div>
				</td>
			<td align="left" class="tdFormInput">
				<?php 
echo htmlRadioGroup("visitorSignup", array(0, 1, 2), array("No sign-up allowed. Only the admin can add members.", "Sign-up allowed, but the admin must approve members.", "Sign-up allowed, and automatically approve members."), $adminConfig['defaultSignUp']);
?>
				</td>
			</tr>
		<tr>
			<td align="right" class="tdFormCaption" valign="top">
				<div class="formFieldCaption">Name of the anonymous<br />group</div>
				</td>
			<td align="left" class="tdFormInput">
				<input type="text" name="anonymousGroup" value="<?php 
echo $adminConfig['anonymousGroup'];
?>
" size="30" class="formTextBox">
				</td>
			</tr>
Esempio n. 2
0
" size="5" class="formTextBox">
				</td>
			</tr>



		<tr>
			<td align="right" class="tdFormCaption" valign="top">
				<div class="formFieldCaption"><?php 
echo $Translation['default sign-up mode'];
?>
</div>
				</td>
			<td align="left" class="tdFormInput">
				<?php 
echo htmlRadioGroup("visitorSignup", array(0, 1, 2), array($Translation['no sign-up allowed'], $Translation['admin approve members'], $Translation['automatically approve members']), intval($adminConfig['defaultSignUp']));
?>
				</td>
			</tr>
		<tr>
			<td align="right" class="tdFormCaption" valign="top">
				<div class="formFieldCaption"><?php 
echo $Translation['anonymous group'];
?>
</div>
				</td>
			<td align="left" class="tdFormInput">
				<input type="text" name="anonymousGroup" id="anonymousGroup" value="<?php 
echo htmlspecialchars($adminConfig['anonymousGroup']);
?>
" size="30" class="formTextBox">
Esempio n. 3
0
?>
>
							</td>
						<td class="tdCell">
							<?php 
echo htmlRadioGroup("shippers_view", $arrPermVal, $arrPermText, $shippers_view, "highlight");
?>
							</td>
						<td class="tdCell">
							<?php 
echo htmlRadioGroup("shippers_edit", $arrPermVal, $arrPermText, $shippers_edit, "highlight");
?>
							</td>
						<td class="tdCell">
							<?php 
echo htmlRadioGroup("shippers_delete", $arrPermVal, $arrPermText, $shippers_delete, "highlight");
?>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		<tr>
			<td colspan="2" align="right" class="tdFormFooter">
				<input type="submit" name="saveChanges" value="Save changes">
				</td>
			</tr>
		</table></div>
</form>

	<script>
    ?>
>
				</td>
			<td class="tdCell">
				<?php 
    echo htmlRadioGroup("{$t}_view", $arrPermVal, $arrPermText, ${$view}, "highlight");
    ?>
				</td>
			<td class="tdCell">
				<?php 
    echo htmlRadioGroup("{$t}_edit", $arrPermVal, $arrPermText, ${$edit}, "highlight");
    ?>
				</td>
			<td class="tdCell">
				<?php 
    echo htmlRadioGroup("{$t}_delete", $arrPermVal, $arrPermText, ${$delete}, "highlight");
    ?>
				</td>
			</tr>
		<?php 
}
?>
		<tr>
			<td colspan="5" align="right" class="tdFormFooter">
				<input type="submit" name="saveChanges" value="<?php 
echo $Translation["save changes"];
?>
">
				</td>
			</tr>
		</table></div>
Esempio n. 5
0
?>
>
							</td>
						<td class="tdCell">
							<?php 
echo htmlRadioGroup("tax_entry_view", $arrPermVal, $arrPermText, $tax_entry_view, "highlight");
?>
							</td>
						<td class="tdCell">
							<?php 
echo htmlRadioGroup("tax_entry_edit", $arrPermVal, $arrPermText, $tax_entry_edit, "highlight");
?>
							</td>
						<td class="tdCell">
							<?php 
echo htmlRadioGroup("tax_entry_delete", $arrPermVal, $arrPermText, $tax_entry_delete, "highlight");
?>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		<tr>
			<td colspan="2" align="right" class="tdFormFooter">
				<input type="submit" name="saveChanges" value="Save changes">
				</td>
			</tr>
		</table></div>
</form>

?>
>
							</td>
						<td class="tdCell">
							<?php 
echo htmlRadioGroup("rental_owners_view", $arrPermVal, $arrPermText, $rental_owners_view, "highlight");
?>
							</td>
						<td class="tdCell">
							<?php 
echo htmlRadioGroup("rental_owners_edit", $arrPermVal, $arrPermText, $rental_owners_edit, "highlight");
?>
							</td>
						<td class="tdCell">
							<?php 
echo htmlRadioGroup("rental_owners_delete", $arrPermVal, $arrPermText, $rental_owners_delete, "highlight");
?>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		<tr>
			<td colspan="2" align="right" class="tdFormFooter">
				<input type="submit" name="saveChanges" value="Save changes">
				</td>
			</tr>
		</table></div>
</form>

?>
>
							</td>
						<td class="tdCell">
							<?php 
echo htmlRadioGroup("patient_symptoms_view", $arrPermVal, $arrPermText, $patient_symptoms_view, "highlight");
?>
							</td>
						<td class="tdCell">
							<?php 
echo htmlRadioGroup("patient_symptoms_edit", $arrPermVal, $arrPermText, $patient_symptoms_edit, "highlight");
?>
							</td>
						<td class="tdCell">
							<?php 
echo htmlRadioGroup("patient_symptoms_delete", $arrPermVal, $arrPermText, $patient_symptoms_delete, "highlight");
?>
							</td>
						</tr>
					</table>
				</td>
			</tr>
		<tr>
			<td colspan="2" align="right" class="tdFormFooter">
				<input type="submit" name="saveChanges" value="Save changes">
				</td>
			</tr>
		</table>
</form>

Esempio n. 8
0
    ?>
>
							</td>
							<td class="tdCell">
								<?php 
    echo htmlRadioGroup("{$tn}_view", $arrPermVal, $arrPermText, $perm["{$tn}_view"], "highlight");
    ?>
							</td>
							<td class="tdCell">
								<?php 
    echo htmlRadioGroup("{$tn}_edit", $arrPermVal, $arrPermText, $perm["{$tn}_edit"], "highlight");
    ?>
							</td>
							<td class="tdCell">
								<?php 
    echo htmlRadioGroup("{$tn}_delete", $arrPermVal, $arrPermText, $perm["{$tn}_delete"], "highlight");
    ?>
							</td>
						</tr>
					<?php 
}
?>
				</table>
			</td>
		</tr>
		<tr>
			<td colspan="2" class="tdFormFooter text-right flip">
				<input type="submit" name="saveChanges" value="<?php 
echo $Translation["save changes"];
?>
">