Bedienelement zum Auswählen von Gruppen/Rollen-Kombinationen.
QuelltextSmarty Code:<form name="extra" onsubmit="return false">
<div align="center">
<table class="table">
<tr>
<td colspan="2" class="cell">
<table border="0" cellspacing="1" cellpadding="4" class="table">
<tr>
<td>
{input
version=
5 type=
"group_role" name=
"input_role" title=
"Gruppen/Rollen-Kombination" short=
"Wählen Sie eine Kombination"} </td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
<script language="javascript">
{literal}
function do_load()
{
}
function do_unload()
{
window.parent.unload_extra();
}
{/literal}
</script>
<form name="extra" onsubmit="return false">
<div align="center">
<table class="table">
<tr>
<td colspan="2" class="cell">
<table border="0" cellspacing="1" cellpadding="4" class="table">
<tr>
<td>
{input version=5 type="group_role" name="input_role" title="Gruppen/Rollen-Kombination" short="Wählen Sie eine Kombination"}
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
<script language="javascript">
{literal}
function do_load()
{
}
function do_unload()
{
window.parent.unload_extra();
}
{/literal}
</script>