Revision: 18475 http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18475 Author: skwashd Date: 2008-02-06 03:12:39 +0000 (Wed, 06 Feb 2008)
Log Message: ----------- another old file bites the dust Removed Paths: ------------- trunk/admin/testbutton.php Deleted: trunk/admin/testbutton.php =================================================================== --- trunk/admin/testbutton.php 2008-02-06 02:55:02 UTC (rev 18474) +++ trunk/admin/testbutton.php 2008-02-06 03:12:39 UTC (rev 18475) @@ -1,31 +0,0 @@ -<?php - /**************************************************************************\ - * phpGroupWare - administration * - * http://www.phpgroupware.org * - * -------------------------------------------- * - * 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. * - \**************************************************************************/ - /* $Id$ */ - - $phpgw_info["flags"] = array( - "currentapp" => "admin" - ); - - include("../header.inc.php"); - - $button = CreateObject('phpgwapi.graphics'); - - $button->parseHTTPPostVars(); - $button->createInputButton(lang('save'), 'save'); - - if (isset($submit)) print "is worked $submit<br>"; - - print "<form method=post>"; - print $button->createInputButton("Lars is the best ;)",'submit'); - print "<br>the same as ascii<br>"; - print $button->createInputButton("Lars is the best ;)",'submit','ascii'); - print "</form>"; -?> _______________________________________________ phpGroupWare-cvs mailing list phpGroupWare-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs