[juno] How Do I Create New Accounts? (diff in the body)
Mathieu Legare
legare@uqtr.ca
Mon, 26 Aug 2002 14:32:43 -0400
Hi,
At Mon, Aug 26, 2002 at 01:39:00PM -0400, Ibarra, Michael wrote:
> Or add new ones?
Juno do not do much at this time. But i noticed that if you
don't have any account yet, the 'Add' button does not show up :)
The diff should be commited soon in CVS. In the mean time, you can
apply this diff to accounts.php :
Index: accounts.php
===================================================================
RCS file: /repository/juno/accounts.php,v
retrieving revision 1.2
diff -u -r1.2 accounts.php
--- accounts.php 26 Aug 2002 15:49:14 -0000 1.2
+++ accounts.php 26 Aug 2002 18:25:59 -0000
@@ -62,10 +62,10 @@
foreach($accounts as $account_id => $account) {
include JUNO_TEMPLATES . '/accounts/account_summaries.inc';
}
- include JUNO_TEMPLATES . '/accounts/account_footer.inc';
} else {
include JUNO_TEMPLATES . '/accounts/empty.inc';
}
+include JUNO_TEMPLATES . '/accounts/account_footer.inc';
$registry->shutdown();
include JUNO_TEMPLATES . '/common-footer.inc';
bye
--
leg