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_FormFu.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2F09_AdvancedCRUD%2F09_FormFu.pod;h=3ef5fd49624b331e11180643a9e977b64bb9fabb;hp=20622cbd6572b755eaceab9688238f823f5782c2;hb=02bb2b5a140dc22d7d002fcdce868656d704676a;hpb=388f66e0214312ffa77b48128d2fa2e1932b4669 diff --git a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod index 20622cb..3ef5fd4 100644 --- a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod +++ b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormFu.pod @@ -593,50 +593,50 @@ below into the file F and delete the F file. The below is in L format which follows the syntax of Apache config files. - constraints Required - - - min 5 - max 40 - type Length - message Length must be between 5 and 40 characters - - filter TrimEdges - filter HTMLEscape - name title - type Text - label Title - - title Enter a book title here - - - - constraints Integer - filter TrimEdges - filter NonNumeric - name rating - type Text - label Rating - - title Enter a rating between 1 and 5 here - - - - constraints Integer - filter TrimEdges - filter HTMLEscape - name authors - type Select - label Author - multiple 1 - size 3 - - - value Submit - name submit - type Submit - - indicator submit + constraints Required + + + min 5 + max 40 + type Length + message Length must be between 5 and 40 characters + + filter TrimEdges + filter HTMLEscape + name title + type Text + label Title + + title Enter a book title here + + + + constraints Integer + filter TrimEdges + filter NonNumeric + name rating + type Text + label Rating + + title Enter a rating between 1 and 5 here + + + + constraints Integer + filter TrimEdges + filter HTMLEscape + name authors + type Select + label Author + multiple 1 + size 3 + + + value Submit + name submit + type Submit + + indicator submit =head1 AUTHOR