path fix
This commit is contained in:
parent
1fa0cfca5e
commit
d98e2ea46b
1 changed files with 2 additions and 2 deletions
|
|
@ -345,8 +345,8 @@ sub getOverridesList {
|
|||
$output .= '<tr>';
|
||||
$output .= '<td class="tableData"><a href="'.$self->getUrl('func=editOverride;fieldName='.$prop).'">'.$prop.'</a></td>';
|
||||
$output .= '<td class="tableData">';
|
||||
$output .= editIcon('func=editOverride;fieldName='.$prop,$self->getUrl());
|
||||
$output .= deleteIcon('func=deleteOverride;fieldName='.$prop,$self->getUrl()) if exists $overrides{overrides}{$prop};
|
||||
$output .= editIcon('func=editOverride;fieldName='.$prop,$self->get("url"));
|
||||
$output .= deleteIcon('func=deleteOverride;fieldName='.$prop,$self->get("url")) if exists $overrides{overrides}{$prop};
|
||||
$output .= '</td><td>';
|
||||
$output .= $overrides{overrides}{$prop}{origValue};
|
||||
$output .= '</td><td>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue