File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 249249 </ fieldset >
250250 </ fieldset >
251251 </ form >
252+
253+ < div class ="pat-modal ">
254+ < form class ="pat-validation vertical pat-inject "
255+ action =". "
256+ method ="get "
257+ data-pat-validation ="disable-selector: [type=submit], button:not([type=button]) "
258+ >
259+ < fieldset class ="horizontal ">
260+ < label > First of all!
261+ < input autocomplete ="off "
262+ name ="first "
263+ required
264+ type ="text "
265+ /> </ label >
266+
267+ < label > Optional subtext
268+ < input autocomplete ="off "
269+ name ="optional "
270+ type ="text "
271+ /> </ label >
272+
273+ </ fieldset >
274+ < fieldset class ="buttons ">
275+ < button class ="close-panel " type ="submit "> Submit</ button >
276+ < button class ="close-panel " type ="button " formnovalidate > Cancel</ button >
277+ </ fieldset >
278+ </ form >
279+ </ div >
280+
252281 </ body >
253282</ html >
You can’t perform that action at this time.
0 commit comments