[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] where do i edit more? (repost)
>Hey all,
>
> I'm customizing the Interchange Foundation Demo for my company's
use >and my
>boss wants me remove the text links "Next" and "Previous" from the
bottom >of
>the results page when the user does a seach and replace them with
graphics.
>
> Does anyone have any idea what file I would edit to make these
>changes? I
>appreciate any help I can get :)
>
>David
You can probably find what you are looking for here:
http://www.icdevgroup.org/cgi-bin/ic/docfly.html?mv_arg=icdatabase06%2e1
2
For instance, this snippet addresses exactly what your question is
referring to:
To set custom text for the ``Previous'' and ``Next'' usually used,
define the next_img, prev_img, and page_img with
[next-anchor][/next-anchor], [prev-anchor][/prev-anchor] and
[page-anchor][/page-anchor]. The string $PAGE$ will be replaced with the
page number in the latter. The same example:
[more-list [next-anchor] Forward [/next-anchor]
[prev-anchor] Back [/prev-anchor]
[page-anchor] Page $PAGE$ [/page-anchor]
[more]
[/more-list]
0 0]
will display Forward Page 1 Page 2 Back for 2 pages.
>_______________________________________________
>interchange-users mailing list
>interchange-users@icdevgroup.org
>http://www.icdevgroup.org/mailman/listinfo/interchange-users