Finetuning software updates, general UI improvements
This commit is contained in:
@@ -137,7 +137,7 @@ if ($delete_allowed === 1 && isset($_GET['id'])){
|
||||
$view .= '<input type="submit" name="delete" value="X" class="btn red mar-right-2" onclick="return confirm(\'Are you sure you want to delete this software version?\')">';
|
||||
}
|
||||
if (($update_allowed === 1 && isset($_GET['id'])) || ($create_allowed === 1 && !isset($_GET['id']))){
|
||||
$view .= '<input type="submit" name="submit" value="💾+" class="btn">';
|
||||
$view .= '<input type="submit" name="submit" value="💾" class="btn">';
|
||||
}
|
||||
|
||||
$view .= '</div>';
|
||||
|
||||
Reference in New Issue
Block a user