gitea/templates/admin
delvh 6250fe1dc1
Fix `.locale.Tr` function not found in delete modal ()
Caught by @wxiaoguang in
https://github.com/go-gitea/gitea/pull/23337#issuecomment-1467317742.

Additionally, there were three instances that have the same content as `templates/base/deletion_modal_actions.tmpl` but that are not intended to delete something.
Instead of renaming the template above, these instances were simply re-hard-coded again.
Renaming/improving the template above is left for future PRs.
..
applications Add main landmark to templates and adjust titles ()
auth Convert `<div class="button">` to `<button class="button">` ()
base Optimize html templates ()
emails Convert `<div class="button">` to `<button class="button">` ()
org Add main landmark to templates and adjust titles ()
packages Add main landmark to templates and adjust titles ()
repo Fix `.locale.Tr` function not found in delete modal ()
runners Implement actions ()
user Convert `<div class="button">` to `<button class="button">` ()
config.tmpl Support reflogs ()
cron.tmpl Add whitespace removal inside template curly brackes ()
dashboard.tmpl Add main landmark to templates and adjust titles ()
hook_new.tmpl Add main landmark to templates and adjust titles ()
hooks.tmpl Add main landmark to templates and adjust titles ()
monitor.tmpl Add main landmark to templates and adjust titles ()
navbar.tmpl Implement actions ()
notice.tmpl Convert `<div class="button">` to `<button class="button">` ()
process-row.tmpl Move helpers to be prefixed with `gt-` ()
process.tmpl Refactor `i18n` to `locale` ()
queue.tmpl Add main landmark to templates and adjust titles ()
stacktrace-row.tmpl Move helpers to be prefixed with `gt-` ()
stacktrace.tmpl Add main landmark to templates and adjust titles ()