]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/running_job.tpl
Minor spelling corrections
[bacula/bacula] / gui / bweb / tpl / running_job.tpl
index 0ed0b4a066506035d3b212dfe65e7c13487b196f..cf3655d66d258ed87107d06ecb38d6ba322b3119 100644 (file)
@@ -12,7 +12,7 @@
 </label>
 <label>
 <input type="image" type='submit' name='action' value='cancel_job'
- onclick="return confirm('Do you want to cancel selected job ?')"
+ onclick="return confirm('Do you want to cancel the selected job?')"
  title='Cancel job' src='/bweb/cancel.png'>
 </label>
    </form>
 
 <script type="text/javascript" language="JavaScript">
 var header = new Array("JobId",
-                      "Client",
-                      "Job Name", 
+                       "Client",
+                       "Job Name", 
                        "Level",
                        "Start Time", 
                        "Duration", 
 //                       "Job Files",
 //                       "Job Bytes", 
-                      "Status",
-                      "Select"
-       );
+                       "Status",
+                       "Select"
+        );
 
 var data = new Array();
 var chkbox;