Changeset 1216


Ignore:
Timestamp:
12/15/06 14:28:15 (7 years ago)
Author:
mglb1
Message:

Add a 'No Asset' option to allow the admin to remove the asset assigned to a
host. Requires the changes in 1213 to make sense.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccsweb/trunk/ccs_mods/host/host-assetlist.tpl

    r502 r1216  
    2626    <option value="-1">Please select an asset...</option> 
    2727    {else} 
    28     <option id="selectedasset" value="{$host.asset_id}">[{$host.asset_id}] {$host.asset_desc}</option> 
     28    <option value="-1">No Asset</option> 
     29    <option id="selectedasset" value="{$host.asset_id}" selected>[{$host.asset_id}] {$host.asset_desc}</option> 
    2930    {/if} 
    3031    {if count($site_assets)>0} 
Note: See TracChangeset for help on using the changeset viewer.