Bug 11763: (follow-up) do not display anything in actions column if user cannot manage a budget
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
08e594f149
commit
e7c2a2031f
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
|
|||
[% INCLUDE colorcellvalue value=budget.total_remaining text=budget.total_remaining_display parent=budget.budget_parent_id %]
|
||||
</td>
|
||||
[% IF ( budget.budget_lock ) %]
|
||||
<td> <span style="color: gray;"> Edit Delete </span> </td>
|
||||
<td> <span></span> </td>
|
||||
[% ELSE %]
|
||||
<td>
|
||||
<div class="dropdown dropup">
|
||||
|
|
Loading…
Reference in a new issue