logo       
Google Custom Search
    AddThis Social Bookmark Button

CVS: phpwiki/lib HtmlElement.php,1.38,1.39: msg#00194

Subject: CVS: phpwiki/lib HtmlElement.php,1.38,1.39
Update of /cvsroot/phpwiki/phpwiki/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25118

Modified Files:
        HtmlElement.php 
Log Message:
Apply RFE #952323 "ExternalSearchPlugin improvement", but 
  with <button><img></button>


Index: HtmlElement.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/HtmlElement.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -2 -b -p -d -r1.38 -r1.39
--- HtmlElement.php     12 May 2004 10:49:54 -0000      1.38
+++ HtmlElement.php     17 May 2004 13:36:49 -0000      1.39
@@ -349,4 +349,8 @@ class HTML extends HtmlElement {
         return $el->_init2(func_get_args());
     }
+    function button (/*...*/) {
+        $el = new HtmlElement('button');
+        return $el->_init2(func_get_args());
+    }
     function option (/*...*/) {
         $el = new HtmlElement('option');
@@ -515,4 +519,8 @@ function IfJavaScript($if_content = fals
 /**
  $Log$
+ Revision 1.39  2004/05/17 13:36:49  rurban
+ Apply RFE #952323 "ExternalSearchPlugin improvement", but
+   with <button><img></button>
+
  Revision 1.38  2004/05/12 10:49:54  rurban
  require_once fix for those libs which are loaded before FileFinder and



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>