Page 1 of 1
Hesk 2.5.2, BE bug: to much bold text
Posted: Wed Jan 08, 2014 3:14 pm
by ong13
Hi
I noticed, that when I group the tickets the font is bold after the second users name - and keeps being bold for the rest of the page. See Screenshot.
Olaf
Re: Hesk 2.5.2, BE bug: to much bold text
Posted: Wed Jan 08, 2014 4:09 pm
by mdiehl
Hi Olaf,
I Can't reproduce this error. My tickets are grouped and the display is ok.
Re: Hesk 2.5.2, BE bug: to much bold text
Posted: Wed Jan 08, 2014 5:44 pm
by Klemen
What does "BE" stand for?
Seems to work fine in demo:
http://www.hesk.com/demo/admin/show_tic ... ner&page=2
Re: Hesk 2.5.2, BE bug: to much bold text
Posted: Wed Jan 08, 2014 5:50 pm
by Klemen
OK, found it - you mean
DE not BE
It is an error in the translation - in text.php replace
with
Or download the language pack again, I modified it.
Thanks for the heads up!
Re: Hesk 2.5.2, BE bug: to much bold text
Posted: Sat Jan 11, 2014 2:52 pm
by ong13
Hi
actually I meant with "BE" -> Backend - the admin view in other words.
I will redownload the translation and fix some more spelling mistakes.
Olaf
Re: Hesk 2.5.2, BE bug: to much bold text
Posted: Sat Feb 22, 2014 8:55 am
by rehanad
HI,
I am making course registration system and in options I want to make first part bold and second italic how can I do that?
<option>NC/NA-L BS(CS)-V,BE(EG)-IV</option>
<option>AP-V-L BE(BME)-I</option>
<option>NA-L BE(EE)-IV</option>
<option>BE-V-L BE(EG)-II,BE(BME)-II,BE(BME)-II-O,BE(BME)-III</option>
<option>NA BE(EE)-IV</option>
<option>MnM-L BE(EE)-IV</option>
Re: Hesk 2.5.2, BE bug: to much bold text
Posted: Sat Feb 22, 2014 8:56 am
by rehanad
i.e.
Bold NC/NA-L
Italic BS(CS)-V,BE(EG)-IV
Re: Hesk 2.5.2, BE bug: to much bold text
Posted: Tue Feb 25, 2014 1:31 pm
by ong13
Hi
I am not sure if I understand you correctly, but I guess you want option groups (
http://www.w3schools.com/tags/tag_optgroup.asp ). I think this is not possible using HESK without tweaking the code itself.
The idea though sounds pretty nice.
But wait - before you spend to much time tweaking, consider using pop3/email piping. I thought the web frontend is nice - at first. Now users have not used the web frontend once, but only email directly to the helpdesk.
Olaf
Re: Hesk 2.5.2, BE bug: to much bold text
Posted: Wed Mar 05, 2014 12:18 pm
by Klemen
Actually, what you are trying to achieve (part of the same option in bold and part in italic) is not supported in HTML/CSS as far as I know.