File: computers-software-batch.php

package info (click to toggle)
irm 1.5.3.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,436 kB
  • ctags: 3,308
  • sloc: php: 16,796; sh: 127; perl: 97; pascal: 56; makefile: 48
file content (35 lines) | stat: -rw-r--r-- 1,753 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
#    IRM - The Information Resource Manager
#    Copyright (C) 1999,2000 Yann Ramin
#
#    This program is free software; you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation; either version 2 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License (in file COPYING) for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program; if not, write to the Free Software
#    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
################################################################################

require("../include/irm.inc");
require_once 'include/i18n.php';

AuthCheck("tech");
commonHeader(_("Computers") . " - " . _("Batch Add Software"));
	__("Use this utility to batch add software.  NOTE: Currently you can't add more than 1 software item at a time")."<br><hr noshade>";
	PRINT "<font color=red size=+2>"._("This has been disabled until it
		 can be rewritten to support License tracking")."</font>";
#	PRINT '<form method=post action="'.Config::AbsLoc('users/computers-software-batch-add.php').'">
#	<input type=hidden name=query value="'.$query.'">Add software ';
#	SoftwareDropdown();
#	PRINT " to all computers from the previous search.  <input type=submit value=Add></form>";
	PRINT "<br>"._("NOTE: Sometimes this may take a while, depending on the number of computers you have (in upwards of 10 seconds).");

commonFooter();