CMXX - Update software downloader
This commit is contained in:
@@ -187,7 +187,7 @@ $view .= '<div class="content-block tab-content active">
|
||||
<option value="0" '.($products_software['status']==0?' selected':'').'>'.$prod_status_0 .'</option>
|
||||
</select>
|
||||
<label for=""><i class="required">*</i>'.$product_version_version.'</label>
|
||||
<input id="name" type="text" name="version" placeholder="'.$product_version_version.'" value="'.$products_software['version'].'" required>
|
||||
<input id="name" type="text" name="version" placeholder="'.$product_version_version.'" value="'.$products_software['version'].'" >
|
||||
';
|
||||
if ($products_software['software'] !=''){
|
||||
$view .= '
|
||||
|
||||
Reference in New Issue
Block a user