Files
server/usr/share/psa-horde/kronolith/templates/resources/form-header.inc
2026-01-07 20:52:11 +01:00

15 lines
392 B
HTML

<script type="text/javascript">
function setAction(action, cid)
{
$('actionID').value = action;
$('cid').value = cid;
document.resourcesForm.submit();
return false;
}
</script>
<form name="resourcesForm" method="post" action="<?php echo Horde::selfUrl(false)?>">
<input type="hidden" id="actionID" name="actionID" value="view" />
<input type="hidden" id="cid" name="cid" />