Ejemplo n.º 1
0
		    <?php 
$menuConfiguracion = array(_("Listados General") => "verListados");
echo xulMakeMenuOptionsCommands($menuConfiguracion);
?>
		  </menupopup>
		</button>

               <!-- ?php
 		$menuModulos = array( );  
 		echo xulMakeMenuCommands("+",$menuModulos);
               ? --> 

       <?php 
if (isUsuarioAdministradorWeb()) {
    $menuWebmaster = array(_("Templates") => "verTemplates", _("Alta template") => "altaTemplate");
    echo xulMakeMenuCommands("src", $menuWebmaster);
}
?>
  		
	          
	<spacer flex="1"/>       
    <button  label="<?php 
echo _(" Buzón");
?>
"  type="menu" image="img/gpos_buzon.png" <?php 
gulAdmite("Administracion");
?>
>	       	       
    <menupopup id="idconfig">
     <?php 
$menuConfiguracion = array(_("Enviar nota normal") => "buzonNotaNormal", _("Enviar nota importante") => "buzonNotaImportante", _("Informar sugerencia o bug") => "buzonReporte");
Ejemplo n.º 2
0
        break;
}
?>

<description id="contenidos" collapsed="true">
<html:div id="htmlcode"><![CDATA[
<?php 
echo trim($code);
?>
]]></html:div>
</description>

<hbox>
<?php 
$menuWebmaster = array(_("Base CSS") => "editarCSS", _("Base xul CSS") => "editarxulCSS", _("Base JS") => "editarJS");
echo xulMakeMenuCommands("Rapido", $menuWebmaster);
?>
<menulist label="Template">
 <menupopup>
<?php 
$res = Seleccion("Template", "", "Nombre ASC, IdTemplate DESC", "");
while ($oTemplate = TemplateFactory($res)) {
    $n = $oTemplate->getNombre();
    echo "<menuitem label='{$n}' oncommand='load(\"{$n}\")'/>";
}
?>
 </menupopup>
</menulist>
<button label="Guardar" oncommand="salvar()"/>
<textbox id="Nombre" value="<?php 
echo $Nombre;