Wiki source code of RefactoringConfiguration
Last modified by superadmin on 2025/05/22 17:45
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| 2 | #if ($xwiki.hasRecycleBin()) | ||
| 3 | |||
| 4 | #set ($configurationObject = 'Refactoring.Code.RefactoringConfiguration') | ||
| 5 | |||
| 6 | {{html clean='false' wiki='true'}} | ||
| 7 | <form id='delete_Refactoring.Code.RefactoringConfiguration' method='post' action="${xwiki.getURL($configurationObject, 'save')}" class='xform'> | ||
| 8 | <fieldset> | ||
| 9 | <dl> | ||
| 10 | <dt> | ||
| 11 | <label for='Refactoring.Code.RefactoringConfigurationClass_0_isRecycleBinSkippingActivated'> | ||
| 12 | $services.localization.render('Refactoring.Code.RefactoringConfigurationClass_isRecycleBinSkippingActivated') | ||
| 13 | </label> | ||
| 14 | <span class='xHint'> | ||
| 15 | $services.localization.render('Refactoring.Code.RefactoringConfigurationClass_isRecycleBinSkippingActivated.hint') | ||
| 16 | </span> | ||
| 17 | </dt> | ||
| 18 | <dd> | ||
| 19 | $doc.display('isRecycleBinSkippingActivated', 'edit') | ||
| 20 | </dd> | ||
| 21 | </dl> | ||
| 22 | <input type='hidden' id='Refactoring.Code.RefactoringConfiguration_redirect' name='xredirect' value="$escapetool.xml($xwiki.relativeRequestURL)"> | ||
| 23 | <input type='hidden' name='form_token' value="$!{services.csrf.getToken()}"> | ||
| 24 | </fieldset> | ||
| 25 | <div class='bottombuttons'> | ||
| 26 | <p class='admin-buttons'> | ||
| 27 | <span class='buttonwrapper'> | ||
| 28 | <input type='submit' class='button' value="$services.localization.render('admin.save')" name='formactionsac'> | ||
| 29 | </span> | ||
| 30 | </p> | ||
| 31 | </div> | ||
| 32 | </form> | ||
| 33 | {{/html}} | ||
| 34 | #else | ||
| 35 | {{warning}} | ||
| 36 | $services.localization.render('refactoring.configuration.delete.emptySection') | ||
| 37 | {{/warning}} | ||
| 38 | #end | ||
| 39 | {{/velocity}} |