First start at retiring Affiliate in favour of RTM

This commit is contained in:
Deon George
2013-04-05 09:42:29 +11:00
parent 9d4b2f50ff
commit 43dfd88bce
49 changed files with 680 additions and 570 deletions

View File

@@ -37,7 +37,7 @@
</tr>
<tr>
<td class="head">Title</td>
<td><?php echo $record->title('title'); ?></td>
<td><?php echo $record->display('title'); ?></td>
</tr>
<tr>
<td class="head">Address</td>
@@ -61,7 +61,7 @@
</tr>
<tr>
<td class="head">Country</td>
<td><?php echo $record->country('country'); ?></td>
<td><?php echo $record->country->display('name'); ?></td>
</tr>
<tr>
<td class="head">Language</td>
@@ -69,7 +69,7 @@
</tr>
<tr>
<td class="head">Currency</td>
<td><?php echo $record->currency('currency_id'); ?></td>
<td><?php echo $record->currency->display('name'); ?></td>
</tr>
<tr>
<!-- @todo NEEDS TO BE CONFIGURABLE -->

View File

@@ -0,0 +1 @@
Welcome, please select from the menu on the left.

View File

@@ -0,0 +1 @@
Welcome, please select from the menu on the left.