Fix the buttons on the nature theme.

This commit is contained in:
Mark Crane
2014-03-04 16:36:34 +00:00
parent aeaabc19e5
commit 5f63e60f83

View File

@@ -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'>";
?>