%=CytoTable do |t|%>
<%=t.td("Directory:","label")%>
<%=t.td(CytoRadio("fonts_directory",{:fontsquirrel => "Font Squirrel API",:googlewebfonts => "Google Web Fonts"},{:data => {:exclude => "true"}}))%>
<%=t.td("Family:","label")%>
<%=t.td(CytoSelect("fonts_family",nil,{:id => "fontfamilyselect",:data => {:exclude => "true"}}))%>
<%=t.td("Options:","label")%>
Automatically enable this font after installing |
<%=t.button_row("Install Font Family",:id => "font_import_button")%>
<% end %>