Displaying 1 result from an estimated 1 matches for "main_descript".
2006 Mar 31
5
RoR 1.1 RJS problem
...index.rhtml:
<%=
javascript_tag("document.getElementById(''index'').className=''selected'';")
%>
<div id="main_title">
<%= $PROJECT_NAME %> Configuration Wizard
</div> <!-- main_title -->
<div id="main_description">
This wizard will walk you through configuring your <%=
$PROJECT_NAME %>
system. Click the Begin button to start the process.
</div> <!-- main_description -->
<%= form_remote_tag(:url => { :action => "show_conf_admin" }, :update =&...