X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F09_AdvancedCRUD%2F09_FormHandler.pod;h=e15245c414bdd6570edaac47ecc8a09a17ce58d4;hp=ff372ea751f998aef40b18e532b9f637e592ffbf;hb=02bb2b5a140dc22d7d002fcdce868656d704676a;hpb=f4e9de4a3171fd75d04fa8e294fd9a0ae367bc18 diff --git a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormHandler.pod b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormHandler.pod index ff372ea..e15245c 100644 --- a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormHandler.pod +++ b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormHandler.pod @@ -2,7 +2,6 @@ Catalyst::Manual::Tutorial::09_AdvancedCRUD::09_FormHandler - Catalyst Tutorial - Chapter 9: Advanced CRUD - FormHandler - =head1 OVERVIEW This is B for the Catalyst tutorial. @@ -178,8 +177,8 @@ the bottom of the existing file: ...

- HTML::FormHandler: - Create + HTML::FormHandler: + Create

This adds a new link to the bottom of the book list page that we can @@ -264,10 +263,10 @@ Update the F, adding an 'edit' link below the "Delete" link to use the FormHandler edit method: - [% # Add a link to delete a book %] - Delete - [% # Add a link to edit a book %] - Edit + [% # Add a link to delete a book %] + Delete + [% # Add a link to edit a book %] + Edit