Revision 4352
Added by daigle over 16 years ago
lib/style/skins/sbclter/templates/jsp/portal_settings.jsp | ||
---|---|---|
45 | 45 |
|
46 | 46 |
// Add any local post fields to COMMON_SEARCH_METACAT_POST_FIELDS, |
47 | 47 |
// SIMPLE_SEARCH_METACAT_POST_FIELDS, and ADVANCED_SEARCH_METACAT_POST_FIELD here |
48 |
String COMMON_SEARCH_METACAT_POST_FIELDS +=
|
|
49 |
+ "<input type=\"hidden\" name=\"qformat\" value=\"sbclter\"\\>\n"
|
|
48 |
COMMON_SEARCH_METACAT_POST_FIELDS += |
|
49 |
"<input type=\"hidden\" name=\"qformat\" value=\"sbclter\"\\>\n" |
|
50 | 50 |
+ "<input type=\"hidden\" name=\"returnfield\" value=\"dataset/dataTable/distribution/online/url\"\\>\n" |
51 | 51 |
+ "<input type=\"hidden\" name=\"returnfield\" value=\"dataset/dataTable/distribution/inline\"\\>\n"; |
52 | 52 |
|
Also available in: Unified diff
Fix duplicate COMMON_SEARCH_METACAT_POST_FIELDS variable.