This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,28 +0,0 @@
<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<?php echo $this->masterCheckbox('urlTarget-internal', ['urlTarget-noFrame'], true, false) ?>
<script type="text/javascript">
//<![CDATA[
(function () {
function updateUrlPartsSettings() {
var place = document.getElementById('place').value;
var allowedPlaces = <?php echo json_encode($this->form->urlParamsAllowedPlaces) ?>;
Object.keys(allowedPlaces).forEach(function (urlParam) {
if (allowedPlaces[urlParam].indexOf(place) === -1) {
document.getElementById('urlParams-' + urlParam).disabled = true;
} else {
document.getElementById('urlParams-' + urlParam).disabled = false;
}
});
}
document.getElementById('place').addEventListener('change', updateUrlPartsSettings);
updateUrlPartsSettings();
document.getElementById('text').focus();
})();
//]]>
</script>

View File

@@ -1,4 +0,0 @@
<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<?php echo $this->form; ?>

View File

@@ -1,4 +0,0 @@
<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<?php echo $this->form ?>