Subsequent fixes after major changes for PDO
This commit is contained in:
@@ -27,7 +27,15 @@
|
||||
{$lang_assetclassgroup_name}
|
||||
</td>
|
||||
<td class="value">
|
||||
<input type="text" name="assetclassgroup_name">
|
||||
<input type="text" name="acg_name">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label">
|
||||
{$lang_description}
|
||||
</td>
|
||||
<td class="value">
|
||||
<input type="text" name="acg_description" size="80" maxlength="100">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -35,7 +43,7 @@
|
||||
{$lang_color}
|
||||
</td>
|
||||
<td class="value">
|
||||
<input type="text" name="assetclassgroup_color">
|
||||
#<input type="text" {literal}class="color {pickerPosition:'right'}"{/literal} name="acg_color" size="6" maxlength="6" value="{$assetclassgroup->color}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user