SuccessChanges

Summary

  1. tsk46 Modifies template files to fit the actual features (details)
Commit 9ace801b3655fae29431cc44d402c298194b6201 by avvazquez3
tsk46 Modifies template files to fit the actual features
Cleans the sidebar out of placeholder items, puts the user name in the
sidebar and top bar and overall cleans the look of the web pages.
Also, fixes a template problem of not loading the jquery library needed
by bootstrap, so in pages where PrimeFaces is not used it wouldn't work.
That happened because PrimeFaces loads JQuery on-demand for its
components. Fixed adding it to the layout template by force.
The file was modifiedjsf/src/main/webapp/template/sidebar.xhtml (diff)
The file was modifiedjsf/src/main/webapp/template/topbar.xhtml (diff)
The file was modifiedjsf/src/main/webapp/template/layout.xhtml (diff)