Layout - added class label for branch link
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 15 May 2010 20:37:00 +0000 (20:37 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 15 May 2010 20:37:00 +0000 (20:37 +0000)
CHANGELOG.txt
sales/manage/customers.php

index 1d2c30c877d4a6f316837316258ea958b03a921e..78830cd5d3104c2b6763a4a40e5f1d37fd6b27e2 100644 (file)
@@ -19,6 +19,10 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+15-May-2010 Joe Hunt
+! Layout - added class label for branch link
+$ /sales7manage/customers.php
+
 11-May-2010 Janusz Dobrowolski
 + Added multiply categorized customer/branch/supplier contacts in separate table,
  per contact report language selection
index fd4864899b87a9ddd4f0f1b7729eb5cf377d8138..ee19756583bc2510c0da74ab3b960933c4eb5d52 100644 (file)
@@ -241,7 +241,7 @@ function customer_settings($selected_id)
 
        if ($selected_id)  {
                start_row();
-               echo '<td>'._('Customer branches').':</td>';
+               echo '<td class="label">'._('Customer branches').':</td>';
                hyperlink_params_td($path_to_root . "/sales/manage/customer_branches.php",
                        '<b>'. (@$_REQUEST['popup'] ?  _("Select or &Add") : _("&Add or Edit ")).'</b>', 
                        "debtor_no=".$selected_id.(@$_REQUEST['popup'] ? '&popup=1':''));