I'm editing the CSS for the Web Help Desk to my liking and I'm having a few issues here and there editing things that appear to be 'in-line'.
Specifically, the Window that opens when you click the "Attach" button on the client portal.
I'm seeing that it calls:
<a target="attachmentWindow" onclick="javascript:window.open('/helpdesk/WebObjects/Helpdesk.woa/wo/956.21.0.5.3.19.1.3','attachmentWindow','toolbar=no,location=no,status=no,menubar=no,resizable=no,scrollbars=no,top=250,left=250,width=350,height=175'); return false" href="/helpdesk/WebObjects/Helpdesk.woa/wo/956.21.0.5.3.19.1.3" class="roundRectButton"><div class="panelButton">Add File</div>
</a>
My issue here is that I've resized the buttons and text in that window for readability, as the [font: 11px] isn't great for anyone. This causes the "Upload" button to push out of view and users will need to scroll over or resize the window. I need to be able to set the window size.
Any idea where the file is that has this line of code in it? /helpdesk/WebObjects/Helpdesk.woa isn't something I can find.
Any help is appreciated.