Sha256: a0fcb53a9ac8b7e6b5f01821e327ee0c944750f7c8fe2b6557ca59d504f2488b
Contents?: true
Size: 1.28 KB
Versions: 24
Compression:
Stored size: 1.28 KB
Contents
.inner-form.no-top.with-normal-sidebar .column.side %h3 Footer Address .explanation Up to five lines for the address/phone/contact information that will appear in the footer of your mobile site. %em HTML is permitted = text_field_tag "settings[mobile_address_1]", MySettings.mobile_address_1, :style => "width: 90%;" = text_field_tag "settings[mobile_address_2]", MySettings.mobile_address_2, :style => "width: 90%;" = text_field_tag "settings[mobile_address_3]", MySettings.mobile_address_3, :style => "width: 90%;" = text_field_tag "settings[mobile_address_4]", MySettings.mobile_address_4, :style => "width: 90%;" = text_field_tag "settings[mobile_address_5]", MySettings.mobile_address_5, :style => "width: 90%;" %hr .column.main.last %h3 Mobile Logo .explanation Full URL path of the mobile site logo. If this is left blank the site name will be displayed. = text_field_tag "settings[logo_url]", MySettings.logo_url, :style => "width: 90%;", :class => "title" %hr %h3 Mobile Default Color .explanation The six digit hex code for the mobile site's accent colour. e.g. #a00000, #ffffff, or #345678 = text_field_tag "settings[mobile_color]", MySettings.mobile_color, :style => "width: 90%;", :class => "title" %hr .spacer
Version data entries
24 entries across 24 versions & 1 rubygems