As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I'm looking for information on changing the look of the Deferred Status page (ugly blue top banner, no logo), the Library list page, and Schedules page. I know the Deferred Status page is generated everytime it's opened or refreshed but is there a .css which drives the look?
Has anyone done any of these changes?
TIA. Greg WF 7.1.6 AIX 5.2This message has been edited. Last edited by: Kerry,
Greg
current client: WF 8.1.05 & 8.2 - Windows 7 64bit - Tomcat 7 - MRE / BID - IE11
Most of these are HTML pages that can be modified/customized to a specific site. However, (speaking from experience) customizing these pages causes issues because every time you do a software upgrade or a simple patch/update, you have to go back and figure out if your customizations are still valid, then put them back in. We've modified the look and behavior of our MRE login pages and have to keep fixing them.This message has been edited. Last edited by: Darin Lee,
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
We're getting fuzzy here, but the actual HTML for these may be generated within the application in the application server (WAR or EAR file). I didn't go digging through that. If it's in there I don't think you want to mess with that. There are some .css and .js files for deferred in \WebFOCUShomedirectory\ibi_html\javaassist\ibi\html\mre on the WF Client platform. You could play with images/colors/spacing there and see what you come up with. Otherwise I would open a case with tech support on that one.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
gregv, you have to un-jar the .war files, make your changes , and re-jar them. i see you're in New England, i'm currently planning to be talking about this technique and showing an example or 2 at the new england focus users group later this year (FUN, its called, and it is).
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
There's a template inside the XML file called Deferred blue something. It's pretty obvious. It's an HTML table, and the default also refers to a few images which you should be able to hunt down through the paths.
In my case, as far as modifications, I just recolored the table, removed the logo gifs, and removed excess options. (Strapped for time, incremental progress, etc.)
It's global, and as someone already mentioned you have to re-edit to put your changes back with hotfixes and upgrades.
You have to restart your webserver to see your changes as well.