View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
05880Bug reportsTheme editorpublic2012-03-14 21:08
ReporterTMSWhite Assigned ToTMSWhite  
PrioritylowSeveritytweak 
Status closedResolutionfixed 
Product Version1.92 
Fixed in Version1.92+ 
Summary05880: make em_q_fn_validation and em_sq_fn_validation more easily visible
Description

The following defaults should be removed - that way if people create validation tips, they will show prior to submit.

div.em_sq_fn_validation {
display: none;
}

div.em_q_fn_validation {
display: none;
}

Additional Information

this should be done for all default templates.

TagsNo tags attached.
Bug heat6
Complete LimeSurvey version number (& build)120303
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMysql 5.3
Server OS (if known)Windows XP
Webserver software & version (if known)XAMPP
PHP Version5.3

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2012-03-07 02:14

developer   ~17769

Hello Tom,

Some remark for template modification.

You can set only one time .error and .success class.

No need to repeat all the css ;)

TMSWhite

TMSWhite

2012-03-08 22:05

reporter   ~17796

Fixed with commit https://github.com/LimeSurvey/LimeSurvey/commit/f786cea16fc94f011cd3a7ea4e23e39378a3a675

c_schmitz

c_schmitz

2012-03-11 16:31

administrator   ~17827

1.92+ Build 120211 released

Related Changesets

LimeSurvey: Yii 6edc2d2f

2012-03-12 19:05:15

TMSWhite

Details Diff
Fixed issue 05880: make em_q_fn_validation and em_sq_fn_validation more easily visible
Dev Now, if there is a validation_tip, it will appear if the validation fails. One can use hide_tip to have it always be invisible unless there is a validation violation.
Affected Issues
05880
mod - templates/basic/template.css Diff File
mod - templates/bluengrey/template.css Diff File
mod - templates/citronade/template.css Diff File
mod - templates/clear_logo/template.css Diff File
mod - templates/default/template.css Diff File
mod - templates/eirenicon/template.css Diff File
mod - templates/limespired/template.css Diff File
mod - templates/mint_idea/template.css Diff File
mod - templates/sherpa/template.css Diff File
mod - templates/vallendar/template.css Diff File

Issue History

Date Modified Username Field Change
2012-03-06 18:08 TMSWhite New Issue
2012-03-07 02:14 DenisChenu Note Added: 17769
2012-03-07 16:49 c_schmitz Assigned To => TMSWhite
2012-03-07 16:49 c_schmitz Status new => assigned
2012-03-08 22:05 TMSWhite Note Added: 17796
2012-03-08 22:05 TMSWhite Status assigned => resolved
2012-03-08 22:05 TMSWhite Fixed in Version => 1.92+
2012-03-08 22:05 TMSWhite Resolution open => fixed
2012-03-11 16:31 c_schmitz Note Added: 17827
2012-03-11 16:31 c_schmitz Status resolved => closed
2012-03-14 21:08 TMSWhite Changeset attached => Import 2012-03-09 13:30:34 Yii 6edc2d2f
2015-12-11 14:40 c_schmitz Category Templates => Theme editor