diff --git a/ajax/ajax_asset_copy.php b/ajax/ajax_asset_copy.php new file mode 100644 index 00000000..86a92b17 --- /dev/null +++ b/ajax/ajax_asset_copy.php @@ -0,0 +1,434 @@ +Copying asset: $asset_name"; + +// Generate the HTML form content using output buffering. +ob_start(); +?> + +
+ + + + + +
+ +Editing asset: $asset_name"; + +// Generate the HTML form content using output buffering. +ob_start(); +?> + +
+ + + + + + +
+ +
-

@@ -293,8 +296,6 @@ if (isset($_GET['asset_id'])) {
- -
diff --git a/client_assets.php b/client_assets.php index 208490fb..736614e2 100644 --- a/client_assets.php +++ b/client_assets.php @@ -568,10 +568,16 @@ if (mysqli_num_rows($os_sql) > 0) {