This topic is locked

Custom template sort arrows

1/30/2008 9:51:24 PM
ASPRunnerPro General questions
J
JakeG author

Hi,
I am making a custom template for our company, and the only thing I cannot figure out how to do is change the sort arrows in the list.htm page.
They are located in <websiteUrl>\images\down.gif or <websiteUrl>\images\up.gif
Putting images into the styles directory of my template will put the images at <websiteUrl>\include\images\down.gif
So I need to know how to either:

  1. Make the sort arrow url <websiteUrl>\include\images\down.gif OR
  2. Know what folder to put the images into for them to get uploaded to the image directory.
    I want the themes to be self contained, so I dont want to actually change the arrows in the source directory of asp runner.
    Cheers!

    Jake

P
Philip 1/31/2008

Jake,
I changed icon for "required field" this way:

where you installed APRunner you have the folder ../source/images. There I replaced the gif file. With that ASPRunner picks always your gif every time you rebuild your application.
Philip