Fix the buttons on the nature theme.
This commit is contained in:
parent
aeaabc19e5
commit
5f63e60f83
|
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
|
||||
//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_add = "<img src='".PROJECT_PATH."/themes/enhanced/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_view = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
|
||||
$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/nature/images/icon_plus.png' width='17' height='17' border='0' alt='add'>";
|
||||
$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/nature/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue