i want to customize sakai site tool configuration like this format using layouts. but by default in sakai layout is possible by double layout or single layout. actually i need combination of both first row is double column layout and remaining single column layouts.
please tell me is there any option to do like this.or provide me guidance how to customize .here i am inserted image i want tool alignment like this
Thanks In Advance https://i.stack.imgur.com/Xjy17.png
finally its working i did this. Please provide any suggestions if required for more flexibility or any other way to do this.
Kernel
Sitepage.java :-
Add
BaseSitepage.java:-
Change this in
BaseSiteService.java:-
Portal:-
Comment following code in the method
and replace the code
And change
Site Manage:-
SiteAction.java
Add custom layout to following method 8990 line
OSP Tool
XSltcharon portal:-
XsltrenderContext.java:-
Comment the following
And replace with
And add following statements in if (selected)
Osp-Portal
osp-portal.xsl:-
Add the following into portal.xslt and osp-portal.xsl
in Portal.css file