mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what is meant on the first look.
the downside is that the information is no more accurate (permissions are still unset, defaulting to no) - someone might to overlook all explanations. :) git-svn-id: file:///svn/phpbb/trunk@6115 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -22,20 +22,20 @@
|
||||
<!-- IF trace.S_ROW_COUNT is even --><tr class="row4"><!-- ELSE --><tr class="row3"><!-- ENDIF -->
|
||||
<td style="white-space: nowrap;"><strong>{trace.WHO}</strong></td>
|
||||
|
||||
<!-- IF trace.S_SETTING_NO -->
|
||||
<td class="no">{L_ACL_NO}</td>
|
||||
<!-- IF trace.S_SETTING_NEVER -->
|
||||
<td class="never">{L_ACL_NEVER}</td>
|
||||
<!-- ELSEIF trace.S_SETTING_YES -->
|
||||
<td class="yes">{L_ACL_YES}</td>
|
||||
<!-- ELSE -->
|
||||
<td class="unset">{L_ACL_UNSET}</td>
|
||||
<td class="no">{L_ACL_NO}</td>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF trace.S_TOTAL_NO -->
|
||||
<td class="no">{L_ACL_NO}</td>
|
||||
<!-- IF trace.S_TOTAL_NEVER -->
|
||||
<td class="never">{L_ACL_NEVER}</td>
|
||||
<!-- ELSEIF trace.S_TOTAL_YES -->
|
||||
<td class="yes">{L_ACL_YES}</td>
|
||||
<!-- ELSE -->
|
||||
<td class="unset">{L_ACL_UNSET}</td>
|
||||
<td class="no">{L_ACL_NO}</td>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<td>{trace.INFORMATION}</td>
|
||||
|
Reference in New Issue
Block a user