From: Chris W. <la...@us...> - 2004-10-02 22:38:59
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13015/OpenInteract2/Action Modified Files: Page.pm Log Message: OIN-64: ensure that we don't display empty links when we don't have access to a 'page' variable Index: Page.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/Action/Page.pm,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Page.pm 6 Jun 2004 06:08:58 -0000 1.19 --- Page.pm 2 Oct 2004 22:38:34 -0000 1.20 *************** *** 1088,1111 **** B<directory_list>: implemented in this class ! B<search_form>: implemented in ! L<OpenInteract2::Action::Common|OpenInteract2::Action::Common> ! B<search>: implemented in ! L<OpenInteract2::Action::Common|OpenInteract2::Action::Common> B<display>: implemented in this class ! B<edit>: implemented in ! L<OpenInteract2::Action::Common|OpenInteract2::Action::Common> ! B<remove>: implemented in ! L<OpenInteract2::Action::Common|OpenInteract2::Action::Common> ! B<notify>: implemented in ! L<OpenInteract2::Action::Common|OpenInteract2::Action::Common> =head1 SEE ALSO ! L<OpenInteract2::Action::Common|OpenInteract2::Action::Common> =head1 COPYRIGHT --- 1088,1106 ---- B<directory_list>: implemented in this class ! B<search_form>: implemented in L<OpenInteract2::Action::CommonSearch> ! B<search>: implemented in L<OpenInteract2::Action::CommonSearch> B<display>: implemented in this class ! B<display_form>: implemented in L<OpenInteract2::Action::CommonUpdate> ! B<remove>: implemented in L<OpenInteract2::Action::CommonRemove> ! B<notify>: implemented in L<OpenInteract2::Action::Common> =head1 SEE ALSO ! L<OpenInteract2::Action::Common> =head1 COPYRIGHT |