Jump to content

Add to Category


Recommended Posts


I found

Just go into

Common directory and edit configwizardtemplate.htm

Open configwizardtemplate.htm with notepad

and go Edit -> Find -> type Category ENTER

Now you will see something like this

<td nowrap>Category</td>
     <td colspan="5">
       <select name="cbocats" class="CfgTextBox" id="cbocats"          
     onChange="document.all.frmcfg%pn%.cat.style.visibility=(document.all.frmcfg%pn%.cbocats.value=='other')?'visible':'hidden';">
         <option value="other">Other ...</option>
         <option value="Applications">Applications</option>
         <option value="Games">Games</option>
         <option value="Office">Office</option>
         <option value="System">System</option>
         <option value="Utilities">Utilities</option>
         <option value="none" selected>None</option>
       </select>

And simple insert inside like all

<option value="System">Music</option>    //this is inserted
         <option value="Utilities">Utilities</option>

Thats all!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...