Skip to content

Search.php zone owner #3

@DarkaOnLine

Description

@DarkaOnLine

Owner col should be visible only if $perm_adit = "own", not ALL.

should be:

/* If user has all edit permissions show zone owners */
if ( $perm_edit == "own"){
echo "<th><a href=\"javascript:zone_sort_by('owner')\">" . _('Owner') . "</a></th>\n";
}

AND:

if ( $perm_edit == "own" ) {
echo "<td>" . $zone['owner'] . "</td>";
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions