Page 1 of 1

Signature html

Posted: Thu Jul 25, 2013 1:12 am
by mmazon
Hi.
We´ve used to add some <br><br> tags in the signature block line 3, in some of our radiologists, to guarantee that the data tag stays below the signature image. From some days ago, we´ve noted that all the <br><br> tags disapeared, and we can´t add it anymore, causing our signature block to appear incorrect, like this:

Assinado eletronicamente por:
Dra. Bla Bla Bla
CRM XXX.XXX-SP
< here goes the signature image >
< here goes the signature image >
< here goes the signature image > 11 de Julho de 2013 23h46min52s BRT
< here goes the signature image >


With the previous <br><br>....<br>, we got:

Assinado eletronicamente por:
Dra. Bla Bla Bla
CRM XXX.XXX-SP
< here goes the signature image >
< here goes the signature image >
< here goes the signature image >
< here goes the signature image >
11 de Julho de 2013 23h46min52s BRT

What can be done to correct this ? Thank you

Re: Signature html

Posted: Thu Jul 25, 2013 8:58 am
by john (from OnePacs)
Actually we are now cleaning up trailing <br>s because they were inadvertently making their way into many places apparently.

What you are doing should work if you use paragraph tags instead, i.e.

<p> </p>

Can you try that instead?

Thanks

Re: Signature html

Posted: Fri Aug 02, 2013 1:40 pm
by mmazon
Didn´t work...

tried:
<p><img width="41" height="38" align="left" src="/template-img/rg_folder_12345/E-sign/*****.jpg"/></p>

and get:

Assinado eletronicamente por:
Dra. Bla Bla Bla
CRM XXX.XXX-SP

< here goes the signature image >
< here goes the signature image >
< here goes the signature image > 11 de Julho de 2013 23h46min52s BRT
< here goes the signature image >


<p><span><img width="41" height="38" align="left" src="/template-img/rg_folder_12345/E-sign/*****.jpg"/></span></p>
does the same

Re: Signature html

Posted: Fri Aug 02, 2013 2:05 pm
by justin
I don't believe your problem is actually the trailing BR tags being removed. It appears that the report date is floating next to the img tag you have embedded into your radiologists signature.

In your report templates you could do something like this:

Code: Select all

<div style="clear: left;">$REPORT_SUBMISSION_DATE_TIME</div>

Or use a table or other containers to prevent floating.

Thanks,

Jusitn

Re: Signature html

Posted: Fri Aug 02, 2013 2:38 pm
by mmazon
Tried, but cant save the report template after html editing it...I´ve selected the report template, clicked in Edit -> Html icon -> opened new windows with html code... changed the code and clicked update. Clicked save... no sucess.

Re: Signature html

Posted: Fri Aug 02, 2013 7:30 pm
by justin
You'll have to be more specific about what you mean by "no success." I was able to update html in several templates without issue. Keep in mind that if you enter invalid html it will remove the invalid fragments.

Thanks,

Justin

Re: Signature html

Posted: Tue Aug 06, 2013 11:03 pm
by mmazon
I´ve sent a msg to admin with username and template.

Re: Signature html

Posted: Wed Aug 07, 2013 8:10 am
by justin
Hi Mário,

I made the changes described above to your template and the changes saved. I can also confirm that the signature date/time now correctly breaks onto the line below the signature image.

Best,

Justin

Re: Signature html

Posted: Wed Aug 07, 2013 10:04 am
by justin
In your email you mentioned you were using Chrome. I was able to reproduce some odd behavior using Chrome v28 with the report template editor. For now, you can use any other browser (FireFox is recommended) while we investigate.

Thanks,

Justin