First start at retiring Affiliate in favour of RTM
This commit is contained in:
@@ -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 -->
|
||||
|
1
application/views/welcome/reseller.php
Normal file
1
application/views/welcome/reseller.php
Normal file
@@ -0,0 +1 @@
|
||||
Welcome, please select from the menu on the left.
|
1
application/views/welcome/user.php
Normal file
1
application/views/welcome/user.php
Normal file
@@ -0,0 +1 @@
|
||||
Welcome, please select from the menu on the left.
|
Reference in New Issue
Block a user