Update of /cvsroot/phpwebsite-comm/modules/rolodex/class
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6992/class
Modified Files:
RDX_Forms.php
Log Message:
tweaks and fixes to prepare for beta release
Index: RDX_Forms.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/rolodex/class/RDX_Forms.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** RDX_Forms.php 31 Mar 2008 19:42:45 -0000 1.5
--- RDX_Forms.php 31 Mar 2008 20:14:55 -0000 1.6
***************
*** 727,731 ****
$tpl['INFO_1'] = dgettext('rolodex', 'This is an early beta release of this module. There is not much documentation yet, but it will come.');
$tpl['INFO_2_LABEL'] = dgettext('rolodex', 'Bugs:');
! $tpl['INFO_2'] = sprintf(dgettext('rolodex', 'Please report any bugs or observations of this beta release in %s this post at phpwsforums.com %s'), '<a href="">', '</a>');
$tpl['INFO_3_LABEL'] = null;
$tpl['INFO_3'] = null;
--- 727,731 ----
$tpl['INFO_1'] = dgettext('rolodex', 'This is an early beta release of this module. There is not much documentation yet, but it will come.');
$tpl['INFO_2_LABEL'] = dgettext('rolodex', 'Bugs:');
! $tpl['INFO_2'] = sprintf(dgettext('rolodex', 'Please report any bugs or observations of this beta release in %s this post at phpwsforums.com %s'), '<a href="http://phpwsforums.com/showthread.php?t=5655" target="new">', '</a>');
$tpl['INFO_3_LABEL'] = null;
$tpl['INFO_3'] = null;
|