diff --git a/settings_side_nav.php b/settings_side_nav.php index 4f08ac35..24022e28 100644 --- a/settings_side_nav.php +++ b/settings_side_nav.php @@ -16,6 +16,8 @@ + + + + + + + + + + diff --git a/settings_software_templates.php b/settings_software_templates.php new file mode 100644 index 00000000..5cb00511 --- /dev/null +++ b/settings_software_templates.php @@ -0,0 +1,119 @@ + + + $sb, 'o' => $o))); + +$sql = mysqli_query($mysqli,"SELECT SQL_CALC_FOUND_ROWS * FROM software + LEFT JOIN logins ON login_software_id = software_id + WHERE software_template = 1 + AND (software_name LIKE '%$q%' OR software_type LIKE '%$q%' OR software_key LIKE '%$q%') + ORDER BY $sb $o LIMIT $record_from, $record_to"); + +$num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); + +?> + +
+
+

Licenses Templates

+ + +
+ +
+
+
+
+ +
+ +
+
+ +
+ +
+
+
+ +
+
+ +
+
+
+
+ + "> + + + + + + + + + + + + + + + + + + + + + +
TemplateTypeLicense TypeSeatsAction
$software_version"; ?> + +
+
+ +
+
+ + + + \ No newline at end of file diff --git a/settings_vendor_templates.php b/settings_vendor_templates.php new file mode 100644 index 00000000..faae60eb --- /dev/null +++ b/settings_vendor_templates.php @@ -0,0 +1,180 @@ + + + $sb, 'o' => $o))); + +$sql = mysqli_query($mysqli,"SELECT SQL_CALC_FOUND_ROWS * FROM vendors + WHERE vendor_template = 1 + AND (vendor_name LIKE '%$q%' OR vendor_description LIKE '%$q%' OR vendor_account_number LIKE '%$q%' OR vendor_website LIKE '%$q%' OR vendor_contact_name LIKE '%$q%' OR vendor_email LIKE '%$q%' OR vendor_phone LIKE '%$phone_query%') ORDER BY $sb $o LIMIT $record_from, $record_to"); + +$num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); + +?> + +
+
+

+ Vendor Templates +

+ + +
+ +
+
+
+
+ +
+ +
+
+ +
+ +
+
+
+ +
+
+
+
+ + "> + + + + + + + + + + + + + + + + + + + +
VendorDescriptionContactAction
+ + + +
+ + +
+ + +
+ + + +
+ + + +
+ +
+ +
+
+ +
+
+ + + + \ No newline at end of file