• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Error with Options and Poll tab

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I found two bugs in displaying Options and Poll tab and another mistake on a template.
Version concerned is 2.1.8.

The problem in options and poll tab is that tha tab is displayed on the right of the screen and we need to scroll to access to it.
To correct the problem, open the "templates/default/styles/style.css" and change the style like this :

Before

After correction



The other mistake is in "templates/default/post_form.htm" file.
At line 405, we are "</tr" instead of "></tr>"
Small bug but a bug ;)


I hope it will help and i'm sorry for my approximative english 8)
[originally posted on jforum.net by Diako]
 
Greenhorn
Posts: 2
Hibernate MySQL Database Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much.
 
If you send is by car it's a shipment, but if by ship it's cargo. This tiny ad told me:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic