Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
commit
2181d2d0da
@ -229,11 +229,11 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
{% if row['Delete versioning rows_priv'] is defined or row['Delete_history_priv'] is defined %}
|
||||
{% if row['Delete versioning rows_priv'] is defined %}
|
||||
<div class="item">
|
||||
<input type="checkbox" name="Delete_history_priv" id="checkbox_Delete_history_priv" value="Y" title="
|
||||
{{- t('Allows deleting historical rows.') }}"
|
||||
{{- row['Delete versioning rows_priv'] == 'Y' or row['Delete_history_priv'] == 'Y' ? ' checked' }}>
|
||||
{{- row['Delete versioning rows_priv'] == 'Y' ? ' checked' }}>
|
||||
<label for="checkbox_Delete_history_priv">
|
||||
<code>
|
||||
<dfn title="{{ t('Allows deleting historical rows.') }}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user