finish gui changes

This commit is contained in:
Reinier Balt 2011-08-02 17:25:45 +02:00
parent 977b57dbb2
commit 89ec9898a3
15 changed files with 2459 additions and 2124 deletions

View file

@ -11,7 +11,7 @@ module PreferencesHelper
pref(model, pref_name) { select(model, pref_name, collection) }
end
def pref_with_text_field(model, pref_name, nowrap_label = false)
def pref_with_text_field(model, pref_name)
pref(model, pref_name) { text_field(model, pref_name) }
end