CIM74 - Mass_update improve feedback
This commit is contained in:
@@ -370,7 +370,7 @@ async function closePort(){
|
|||||||
|
|
||||||
maintenanceRun = 0; // reset maintenanceRun
|
maintenanceRun = 0; // reset maintenanceRun
|
||||||
// Refresh the page
|
// Refresh the page
|
||||||
location.reload();
|
window.location.reload();
|
||||||
}
|
}
|
||||||
|
|
||||||
async function updateHistory(){
|
async function updateHistory(){
|
||||||
|
|||||||
@@ -224,7 +224,7 @@ if ($_SESSION['permission'] == 3 || $_SESSION['permission'] == 4){
|
|||||||
<h3>'.$paste_excel_h3.'</h3><h3 id="count"><h3>
|
<h3>'.$paste_excel_h3.'</h3><h3 id="count"><h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="order-detail">
|
<div class="order-detail">
|
||||||
<textarea id="excel_data" name="excel_data" onchange="countLines()" style="width:100%;height:150px;" placeholder="'.$paste_excel_1.' '.$paste_excel_2.'"></textarea>
|
<textarea id="excel_data" name="excel_data" onkeydown="countLines()" style="width:100%;height:150px;" placeholder="'.$paste_excel_1.' '.$paste_excel_2.'"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="'.$button_apply.'" onclick="return confirm(\''.$mass_update_confirm_message.'\')" class="btn">
|
<input type="submit" value="'.$button_apply.'" onclick="return confirm(\''.$mass_update_confirm_message.'\')" class="btn">
|
||||||
';
|
';
|
||||||
|
|||||||
Reference in New Issue
Block a user