Hi Utkarsha,
Really appreciate your reply. The output distracted means it is not aligned properly same as the ITS templates – Styles, Themes and Legibility (MIME Repository) . But the issue is now gone by uploading the Files at MIME repository .
But if you look at HTML Templates for service /SCWM/RFUI , it does not come with the below parameters like ITS Mobile .
if ( ~itsmobileCssInclude != "" ) <!-- customer include from gui settings -->
cssinclude = "styles/all/" & ~itsmobileCssInclude & ".css";`
<link rel="stylesheet" href="`mimeURL(~service=~current_service, ~theme=~theme, ~language="", ~name=cssinclude)`" type="text/css" />
` else <!-- default include from itsmobile --> `
<link rel="stylesheet" href="`mimeURL(~service="itsmobile", ~theme=99, ~language="", ~name="styles/mobile.css")`" type="text/css" />
` end;
So currently the issue is that it is not referring to styles properly while copying to ZSCWM/RFUI, I guess.
I added the command Direction : RTL ..that is also not working .
I want to solve it logically ...like why this lines are not coming for RFUI service .
Can you please help?