Exemplo n.º 1
0
 function webyep_shortText($sFieldName, $bGlobal)
 {
     global $goApp, $webyep_sCharset;
     $o = new WYShortTextElement($sFieldName, $bGlobal);
     $s = $o->sDisplay();
     if ($goApp->bEditMode) {
         echo $o->sEditButtonHTML("edit-button-short-text.gif");
         if (!$s) {
             $s = $o->sName;
         }
     }
     echo $s;
 }