diff --git a/sas/SASEnvironment/Files/portal/genPortalMain.xslt b/sas/SASEnvironment/Files/portal/genPortalMain.xslt index 211eb9e..738c414 100755 --- a/sas/SASEnvironment/Files/portal/genPortalMain.xslt +++ b/sas/SASEnvironment/Files/portal/genPortalMain.xslt @@ -474,6 +474,8 @@ + + @@ -492,15 +494,25 @@
- -
- - METASERVER + + + + -
+
+
+ + + - METASERVER + +
- + + @@ -515,7 +527,9 @@ - + + + @@ -553,17 +567,17 @@ In this case, we simply want to make a link to the right tab for this referenced portal page. --> - + - - - - - - - - - + + + + + + + + + @@ -780,8 +794,9 @@ - - + + + @@ -792,15 +807,25 @@ /SASWebReportStudio/openRVUrl.do?rsRID=
+ / - + + + + + -
+
+
+ + + - METASERVER + + - -
- - METASERVER - - - - - - - - - - - - SAS - 20 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/sas/SASEnvironment/Files/portlet/edit.bookmarks.xslt b/sas/SASEnvironment/Files/portlet/edit.bookmarks.xslt index 489d6bc..296716b 100644 --- a/sas/SASEnvironment/Files/portlet/edit.bookmarks.xslt +++ b/sas/SASEnvironment/Files/portlet/edit.bookmarks.xslt @@ -24,10 +24,25 @@ + + + + + - + + + + + + + + + + + @@ -52,17 +67,25 @@ + + + + +
+addItem.html + +editItem.html @@ -177,6 +200,63 @@ + + +   + + + + + + + + +
  + + + + checked + + + checked + + + + +
  + + + checked + + + + +
  + + + checked + + + + +
+ + + + + + + + + + +   @@ -186,6 +266,140 @@ + + + +
+ +
+ +   + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + //themes//images/Up.gif + + + + + //themes//images/1x1.gif
+ + + //themes//images/Down.gif + + + + + //themes//images/1x1.gif
 
+ + + + if (displayChangedMessage("")) editItem("Bookmarks","portletItemSelect",'',noneSelected,tooMany); else return false; + + + //themes//images/Edit.gif + + + + + //themes//images/1x1.gif
+ + + + if (displayChangedMessage("")) removeItem("portletItemSelect",'','',noneSelected,tooMany); else return false; + + + //themes//images/Remove.gif + + + + + //themes//images/1x1.gif
+ //themes//images/1x1.gif
+ + if (displayChangedMessage("")) addItem("Collection",'','',"portletItemSelect",''); else return false; + + + +
+
+ +   + + + //themes//images/1x1.gif + + @@ -230,14 +444,130 @@ + + + + + +addItemList: itemType= + + + + + + + WebApplication + Link + ContentChannel + + + + + /// + + + + + + + + + + + + + + + + + + + + + WebApplication + Link + ContentChannel + + + + + /// + + + + + diff --git a/sas/SASEnvironment/Files/portlet/edit.collection.xslt b/sas/SASEnvironment/Files/portlet/edit.collection.xslt index 3449d2f..3323d6c 100755 --- a/sas/SASEnvironment/Files/portlet/edit.collection.xslt +++ b/sas/SASEnvironment/Files/portlet/edit.collection.xslt @@ -874,6 +874,7 @@ { selBox = document.getElementById(name); selectAllOptions(selBox); + window.location.href = sasPortalAppHome; } // diff --git a/sas/SASEnvironment/Files/portlet/update.bookmarks.get.xslt b/sas/SASEnvironment/Files/portlet/update.bookmarks.get.xslt index 82ee7e9..8ea5bd0 100644 --- a/sas/SASEnvironment/Files/portlet/update.bookmarks.get.xslt +++ b/sas/SASEnvironment/Files/portlet/update.bookmarks.get.xslt @@ -1,51 +1,3 @@ - - - - - - - - - - - - - - SAS - 20 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + \ No newline at end of file diff --git a/sas/SASEnvironment/Files/portlet/update.bookmarks.xslt b/sas/SASEnvironment/Files/portlet/update.bookmarks.xslt index c6e1488..b4c08e9 100644 --- a/sas/SASEnvironment/Files/portlet/update.bookmarks.xslt +++ b/sas/SASEnvironment/Files/portlet/update.bookmarks.xslt @@ -64,9 +64,39 @@
+ + +.$newPackageSortOrder + + + + + + + + + + + + + + + + UsePreferences + Ascending + Descending + + + + + + + + + - + @@ -125,6 +155,53 @@ + + + + + + + + ascending-packageSortOrder + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SAS diff --git a/sas/SASEnvironment/SASCode/Steps/portlet/update.bookmarks.parameters.sas b/sas/SASEnvironment/SASCode/Steps/portlet/update.bookmarks.parameters.sas index 03725ab..32e2a68 100644 --- a/sas/SASEnvironment/SASCode/Steps/portlet/update.bookmarks.parameters.sas +++ b/sas/SASEnvironment/SASCode/Steps/portlet/update.bookmarks.parameters.sas @@ -1,33 +1 @@ -%macro genItems; - - %if (%symexist(PORTLETITEMSELECT_COUNT)) %then %do; - %if (&PORTLETITEMSELECT_COUNT. > 1) %then %do; - - %do i=1 %to &PORTLETITEMSELECT_COUNT; - put "%superq(PORTLETITEMSELECT&i.)"; - %end; - %end; - %else %do; - %if (&PORTLETITEMSELECT_COUNT. = 1) %then %do; - - put "%superq(PORTLETITEMSELECT)"; - %end; - %end; - %end; - -%mend; - - %if (%symexist(selectedShowDescription)) %then %do; - put "&selectedShowDescription."; - %end; - %if (%symexist(selectedShowLocation)) %then %do; - put "&selectedShowLocation."; - %end; - - - put ''; - - %genItems; - - put ''; - +%inc "&SYSINCLUDEFILEDIR/update.collection.parameters.sas" / source2; diff --git a/web/setup.js.template b/web/setup.js.template index fe072cf..5548b19 100644 --- a/web/setup.js.template +++ b/web/setup.js.template @@ -34,3 +34,7 @@ var sasjsDebug="false"; var CSSOverrides=''; var JSOverrides=''; +/* + * Allow overrides of default Portal URL pathname + */ +var sasPortalAppHome="/SASPortalApp";