From fed538625d1de05b01512c7963101d09612e5e6f Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Tue, 6 Feb 2024 21:20:49 +0700 Subject: [PATCH] Created template file for AJAX quick actions (#1381) * Created template file for AJAX quick actions * Update CHANGELOG.md --- CHANGELOG.md | 1 + styles/templates/default/ajax_edit.tpl | 52 ++++++++++++++++++ styles/templates/default/page_header.tpl | 53 ------------------- .../templates/default/usercp_viewprofile.tpl | 1 + 4 files changed, 54 insertions(+), 53 deletions(-) create mode 100644 styles/templates/default/ajax_edit.tpl diff --git a/CHANGELOG.md b/CHANGELOG.md index afa0de895..4b406d25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Merged pull requests:** - Release 2.4.2 🐯 ([belomaxorka](https://github.com/belomaxorka)) +- Created template file for AJAX quick actions [\#1381](https://github.com/torrentpier/torrentpier/pull/1381) ([belomaxorka](https://github.com/belomaxorka)) - Some bugfixes [\#1380](https://github.com/torrentpier/torrentpier/pull/1380) ([belomaxorka](https://github.com/belomaxorka)) ## [v2.4.1](https://github.com/torrentpier/torrentpier/tree/v2.4.1) (2024-02-04) diff --git a/styles/templates/default/ajax_edit.tpl b/styles/templates/default/ajax_edit.tpl new file mode 100644 index 000000000..a81c3d8f1 --- /dev/null +++ b/styles/templates/default/ajax_edit.tpl @@ -0,0 +1,52 @@ + + + + + + + + diff --git a/styles/templates/default/page_header.tpl b/styles/templates/default/page_header.tpl index 022aa3339..1837be317 100644 --- a/styles/templates/default/page_header.tpl +++ b/styles/templates/default/page_header.tpl @@ -144,59 +144,6 @@ input[type="checkbox"] { margin-bottom: -1px; } - - - - - - - - -