File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
namespace BNETDocs \Templates \Packet ;
3
3
use \BNETDocs \Libraries \Packet ;
4
4
use \BNETDocs \Models \Packet \Form as FormModel ;
5
+ use \CarlBennett \MVC \Libraries \Common ;
5
6
use \CarlBennett \MVC \Libraries \Pair ;
6
7
$ title = 'Edit Packet ' ;
7
8
$ description = 'This form allows an individual to edit a packet. ' ;
@@ -39,7 +40,7 @@ else if ($error === FormModel::ERROR_SUCCESS)
39
40
printf ('<h1 class="text-success">%s</h1>%s ' , $ title , PHP_EOL );
40
41
printf ('<div class="alert alert-success"><p class="mb-0">%s</p></div>%s ' , $ message , PHP_EOL );
41
42
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 );
43
44
if (isset ($ packet ))
44
45
{
45
46
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