File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22namespace BNETDocs \Templates \Packet ;
33use \BNETDocs \Libraries \Packet ;
44use \BNETDocs \Models \Packet \Form as FormModel ;
5+ use \CarlBennett \MVC \Libraries \Common ;
56use \CarlBennett \MVC \Libraries \Pair ;
67$ title = 'Edit Packet ' ;
78$ description = 'This form allows an individual to edit a packet. ' ;
@@ -39,7 +40,7 @@ else if ($error === FormModel::ERROR_SUCCESS)
3940 printf ('<h1 class="text-success">%s</h1>%s ' , $ title , PHP_EOL );
4041 printf ('<div class="alert alert-success"><p class="mb-0">%s</p></div>%s ' , $ message , PHP_EOL );
4142 printf ('<div class="text-center">%s ' , PHP_EOL );
42- printf ('<a class="btn btn-primary" href="javascript:history.go(-1);">Back</a></div> %s ' , PHP_EOL );
43+ printf ('<a class="btn btn-primary" href="javascript:history.go(-1);">Back</a>%s ' , PHP_EOL );
4344 if (isset ($ packet ))
4445 {
4546 printf ('<a class="btn btn-success" href="%s">View Packet</a>%s ' , $ packet ->getURI (), PHP_EOL );
You can’t perform that action at this time.
0 commit comments