mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: TU rename - code changes
Renaming of symbols. Functions, variables, values, DB values, etc. Basically everything that is not user-facing. This only covers "Trusted User" things: tests, comments, etc. will covered in a following commit.
This commit is contained in:
parent
0a7b02956f
commit
1abb4f8f68
34 changed files with 265 additions and 203 deletions
|
@ -19,22 +19,22 @@
|
|||
<p class="vote-type">
|
||||
<label for="id_type">{{ "Type" | tr }}</label>
|
||||
<select name="type" id="id_type">
|
||||
<option value="add_tu"
|
||||
{% if "add_tu" == type %}
|
||||
<option value="add_pm"
|
||||
{% if "add_pm" == type %}
|
||||
selected
|
||||
{% endif %}
|
||||
>
|
||||
{{ "Addition of a TU" | tr }}
|
||||
</option>
|
||||
<option value="remove_tu"
|
||||
{% if "remove_tu" == type %}
|
||||
<option value="remove_pm"
|
||||
{% if "remove_pm" == type %}
|
||||
selected
|
||||
{% endif %}
|
||||
>
|
||||
{{ "Removal of a TU" | tr }}
|
||||
</option>
|
||||
<option value="remove_inactive_tu"
|
||||
{% if "remove_inactive_tu" == type %}
|
||||
<option value="remove_inactive_pm"
|
||||
{% if "remove_inactive_pm" == type %}
|
||||
selected
|
||||
{% endif %}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue