Update of /cvsroot/phpwebapp/app3/templates/tip
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6385/templates/tip
Modified Files:
tips.php
Removed Files:
tip4.php tip4.html
Log Message:
Index: tips.php
===================================================================
RCS file: /cvsroot/phpwebapp/app3/templates/tip/tips.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tips.php 25 Aug 2003 13:52:01 -0000 1.2
--- tips.php 30 Jul 2004 09:55:50 -0000 1.3
***************
*** 30,42 ****
"There must not be two WebBox-es in the same web application with "
! . "the same ID!",
!
! "The framework tags are case sensitive, e.g. the framework will "
! . "reckognize the tag 'WebBox', however will not reckognize "
! . "the tag 'webbox'.",
!
! "The framework tag attributes are case sensitive, e.g. the framework will "
! . "reckognize the attribute 'ID' of the tag WebBox, however will not "
! . "reckognize the attribute 'id' of the tag WebBox."
);
?>
\ No newline at end of file
--- 30,34 ----
"There must not be two WebBox-es in the same web application with "
! . "the same ID!"
);
?>
\ No newline at end of file
--- tip4.php DELETED ---
--- tip4.html DELETED ---
|