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 249
249
</ fieldset >
250
250
</ fieldset >
251
251
</ 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
+
252
281
</ body >
253
282
</ html >
You can’t perform that action at this time.
0 commit comments