core-php-admin-panel icon indicating copy to clipboard operation
core-php-admin-panel copied to clipboard

View record

Open Vellimack opened this issue 4 years ago • 0 comments

Hi there,

In the edit_customers.php file there is the following line: ($operation == 'edit') ? $edit = true : $edit = false;

Can a new operation be added to view records as well?

Then in the customers.php file the following could be added: <a href="edit_customer.php?customer_id=<?php echo $row['id']; ?>&operation=view" class="btn btn-info"><i class="glyphicon glyphicon-eye-open"></i></a>

Is this possible?

Thanks

Vellimack avatar Jul 23 '21 14:07 Vellimack