Fix the buttons on the nature theme.
This commit is contained in:
parent
bcf105b0c4
commit
351ce2a7ba
|
|
@ -1,9 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
//define the link labels
|
//define the link labels
|
||||||
$v_link_label_edit = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_e.png' width='17' height='17' alt='edit' border='0'>";
|
$v_link_label_edit = "<img src='".PROJECT_PATH."/themes/nature/images/icon_e.png' width='17' height='17' alt='edit' border='0'>";
|
||||||
$v_link_label_add = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_plus.png' width='17' height='17' border='0' alt='add'>";
|
$v_link_label_add = "<img src='".PROJECT_PATH."/themes/nature/images/icon_plus.png' width='17' height='17' border='0' alt='add'>";
|
||||||
$v_link_label_delete = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_x.png' width='17' height='17' alt='delete' border='0'>";
|
$v_link_label_delete = "<img src='".PROJECT_PATH."/themes/nature/images/icon_x.png' width='17' height='17' alt='delete' border='0'>";
|
||||||
$v_link_label_view = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
|
$v_link_label_view = "<img src='".PROJECT_PATH."/themes/nature/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue