[geeklog-devel] Beginner assistance

Dirk Haun dirk at haun-online.de
Sat Feb 12 06:24:31 EST 2011


Hi,

> Im dilantha silva from sri lanka and im new to geeklog.

Welcome :)


> To get familiar with the code i'm just trying to fix some bugs. at the moment im working on bug ID - 0001237. I just want to know is there a common way to indicate a required field in geek log ? eg :- putting a red star or something similar  ?

Good point. I would do that with CSS. In fact, we do have these in style.css:

.missing-field {
  /* reserved for future use */
}
.required-field {
  /* reserved for future use */
}

Traditionally, we've used bold text to indicate required fields. And to highlight a missing field, I'd use red text (maybe even bold+red). In any case, use those classes and then we can adjust the visuals as needed.

bye, Dirk




More information about the geeklog-devel mailing list