]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MLIB/HTML/QuickForm/caritas.php
Se agrega un ejemplo sobre la utilizacion de los PDF con la nueva clase
[mecon/meconlib.git] / lib / MLIB / HTML / QuickForm / caritas.php
index 9308aba35c75fb8dbfa2697d9e2927732509bbd8..bb2acc23aab9155042758e360ca7832c1288e2c3 100644 (file)
 
 require_once('HTML/QuickForm/element.php');
 require_once('HTML/QuickForm/radio.php');
 
 require_once('HTML/QuickForm/element.php');
 require_once('HTML/QuickForm/radio.php');
-require_once('MECON/defaults.php');
-require_once 'MECON/HTML/Image.php';
+require_once('MLIB/defaults.php');
+require_once 'MLIB/HTML/Image.php';
 /**
  * Class to dynamically create HTML Select elements from a date
  *
  * @author       Bertrand Mansion <bmansion@mamasam.com>
  * @access       public
  */
 /**
  * Class to dynamically create HTML Select elements from a date
  *
  * @author       Bertrand Mansion <bmansion@mamasam.com>
  * @access       public
  */
-class MECON_HTML_QuickForm_caritas extends HTML_QuickForm_element {
+class MLIB_HTML_QuickForm_caritas extends HTML_QuickForm_element {
     // {{{ properties
 
     /**
     // {{{ properties
 
     /**
@@ -92,7 +92,7 @@ class MECON_HTML_QuickForm_caritas extends HTML_QuickForm_element {
      * @return    void
      */
 
      * @return    void
      */
 
-    function MECON_HTML_QuickForm_caritas($elementName=null, $elementLabel=null, $options=array(), $attributes=null) {
+    function MLIB_HTML_QuickForm_caritas($elementName=null, $elementLabel=null, $options=array(), $attributes=null) {
         HTML_QuickForm_element::HTML_QuickForm_element($elementName, $elementLabel, $attributes);
         $this->_persistantFreeze = true;
         $this->_type = 'caritas';
         HTML_QuickForm_element::HTML_QuickForm_element($elementName, $elementLabel, $attributes);
         $this->_persistantFreeze = true;
         $this->_type = 'caritas';
@@ -212,7 +212,7 @@ class MECON_HTML_QuickForm_caritas extends HTML_QuickForm_element {
     function _createRadios() {
         $this->caritas= array();
         $elementName = $this->name;
     function _createRadios() {
         $this->caritas= array();
         $elementName = $this->name;
-        $dir = MECON_DIR_FS_IMG.'/caritas';
+        $dir = MLIB_DIR_FS_IMG.'/caritas';
         $cant=5;
         $i=1;
         foreach ($this->listarArchivos($dir,'','.gif') as $nombre) {
         $cant=5;
         $i=1;
         foreach ($this->listarArchivos($dir,'','.gif') as $nombre) {
@@ -252,7 +252,7 @@ class MECON_HTML_QuickForm_caritas extends HTML_QuickForm_element {
                     $strHtml .= $element->toHtml();
                 }
             }
                     $strHtml .= $element->toHtml();
                 }
             }
-            $imagen =& new MECON_HTML_Image(MECON_DIR_IMG."/caritas/$nombre");
+            $imagen =& new MLIB_HTML_Image(MLIB_DIR_IMG."/caritas/$nombre");
             $strHtml .= '&nbsp;' . $imagen->toHtml() . '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
             if (!($i++ % $this->_cols))
                 $strHtml .=  '<br>';
             $strHtml .= '&nbsp;' . $imagen->toHtml() . '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
             if (!($i++ % $this->_cols))
                 $strHtml .=  '<br>';