Diferente color a Subtitle en los Dynaforms

Botones Disabled (todavía en prueba)
Toolbar con el sprite.
This commit is contained in:
rene
2011-02-18 14:03:33 +00:00
parent 7f8ecc4da7
commit acdc517b37
8 changed files with 131 additions and 78 deletions

View File

@@ -4,14 +4,18 @@
<tr>
{* LEFT MENU *}
<td valign='top' class="pm__toolbar" width='{$form->width}'>
<table>
<tr>
{php}$this->assign('cols', 0);{/php}
{foreach from=$form->fields item=field index=abc}
<td>
{if ($field->type==='javascript')}
{elseif ($field->type==='phpvariable')}
{elseif ($field->type==='private')}
{elseif ($field->type==='')}
{else}
{* elseif ($field->type==='link') || ($field->type==='menu') *}{$field->field}{/if}
</td>
{/foreach}
{php}
@@ -19,6 +23,8 @@
$oPluginRegistry =& PMPluginRegistry::getSingleton();
$oPluginRegistry->getToolbarOptions("NORMAL");
{/php}
</tr>
</table>
</td>
</tr>
</table>