modify
This commit is contained in:
parent
3e711de070
commit
1b43ce386c
|
@ -28,4 +28,4 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p class="pagination"><%= pagination_links_full @auth_source_pages %></p>
|
<div class="pagination"><%= pagination_links_full @auth_source_pages %></div>
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p class="pagination"><%= pagination_links_full @topic_pages, @topic_count %></p>
|
<div class="pagination"><%= pagination_links_full @topic_pages, @topic_count %></div>
|
||||||
<% else %>
|
<% else %>
|
||||||
<p class="nodata"><%= l(:label_no_data) %></p>
|
<p class="nodata"><%= l(:label_no_data) %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -34,6 +34,6 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p class="pagination"><%= pagination_links_full @issue_status_pages %></p>
|
<div class="pagination"><%= pagination_links_full @issue_status_pages %></div>
|
||||||
|
|
||||||
<% html_title(l(:label_issue_status_plural)) -%>
|
<% html_title(l(:label_issue_status_plural)) -%>
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
<%= link_to_attachments message, :author => false %>
|
<%= link_to_attachments message, :author => false %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<p class="pagination"><%= pagination_links_full @reply_pages, @reply_count, :per_page_links => false %></p>
|
<div class="pagination"><%= pagination_links_full @reply_pages, @reply_count, :per_page_links => false %></div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if !@topic.locked? && authorize_for('messages', 'reply') %>
|
<% if !@topic.locked? && authorize_for('messages', 'reply') %>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<p class="pagination"><%= pagination_links_full @news_pages %></p>
|
<div class="pagination"><%= pagination_links_full @news_pages %></div>
|
||||||
|
|
||||||
<% other_formats_links do |f| %>
|
<% other_formats_links do |f| %>
|
||||||
<%= f.link_to 'Atom', :url => {:project_id => @project, :key => User.current.rss_key} %>
|
<%= f.link_to 'Atom', :url => {:project_id => @project, :key => User.current.rss_key} %>
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<%= error_messages_for 'project' %>
|
<%= error_messages_for 'project' %>
|
||||||
<!--[form:project]-->
|
<!--[form:project]-->
|
||||||
|
<% unless @project.new_record? %>
|
||||||
<p><%= render :partial=>"avatar/avatar_form",:locals=> {source:@project} %></p>
|
<p><%= render :partial=>"avatar/avatar_form",:locals=> {source:@project} %></p>
|
||||||
|
<% end %>
|
||||||
<p><%= f.text_field :name, :required => true, :size => 60, :style => "width:490px;" %></p>
|
<p><%= f.text_field :name, :required => true, :size => 60, :style => "width:490px;" %></p>
|
||||||
|
|
||||||
<p style="margin-left:-10px;padding-right: 20px;"><%= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;" %></p><!--by young-->
|
<p style="margin-left:-10px;padding-right: 20px;"><%= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;" %></p><!--by young-->
|
||||||
|
@ -11,13 +13,6 @@
|
||||||
<p style="margin-left:-10px;"><%= f.text_field :homepage, :size => 60, :style => "width:488px;margin-left: 10px;" %></p>
|
<p style="margin-left:-10px;"><%= f.text_field :homepage, :size => 60, :style => "width:488px;margin-left: 10px;" %></p>
|
||||||
<p style="margin-left:-10px;"><%= f.check_box :is_public, :style => "margin-left:10px;" %></p>
|
<p style="margin-left:-10px;"><%= f.check_box :is_public, :style => "margin-left:10px;" %></p>
|
||||||
|
|
||||||
<% unless @project.allowed_parents.compact.empty? %>
|
|
||||||
<p style="margin-left:-10px;"><%= label(:project, :parent_id, l(:field_parent)) %><span style="margin-left:10px;"><%= parent_project_select_tag(@project) %></span></p>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% if @project.safe_attribute? 'inherit_members' %>
|
|
||||||
<p style="padding-left: 150px;"><%= f.check_box :inherit_members %></p>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<%= wikitoolbar_for 'project_description' %>
|
<%= wikitoolbar_for 'project_description' %>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
:revisions => @changesets,
|
:revisions => @changesets,
|
||||||
:entry => nil } %>
|
:entry => nil } %>
|
||||||
|
|
||||||
<p class="pagination"><%= pagination_links_full @changeset_pages,@changeset_count %></p>
|
<div class="pagination"><%= pagination_links_full @changeset_pages,@changeset_count %></div>
|
||||||
|
|
||||||
<% content_for :header_tags do %>
|
<% content_for :header_tags do %>
|
||||||
<%= stylesheet_link_tag "scm" %>
|
<%= stylesheet_link_tag "scm" %>
|
||||||
|
|
|
@ -29,6 +29,6 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p class="pagination"><%= pagination_links_full @role_pages %></p>
|
<div class="pagination"><%= pagination_links_full @role_pages %></div>
|
||||||
|
|
||||||
<% html_title(l(:label_role_plural)) -%>
|
<% html_title(l(:label_role_plural)) -%>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
<% unless @entries.empty? %>
|
<% unless @entries.empty? %>
|
||||||
<%= render :partial => 'list', :locals => { :entries => @entries }%>
|
<%= render :partial => 'list', :locals => { :entries => @entries }%>
|
||||||
<p class="pagination"><%= pagination_links_full @entry_pages, @entry_count %></p>
|
<div class="pagination"><%= pagination_links_full @entry_pages, @entry_count %></div>
|
||||||
|
|
||||||
<% other_formats_links do |f| %>
|
<% other_formats_links do |f| %>
|
||||||
<%= f.link_to 'Atom', :url => params.merge({:issue_id => @issue, :key => User.current.rss_key}) %>
|
<%= f.link_to 'Atom', :url => params.merge({:issue_id => @issue, :key => User.current.rss_key}) %>
|
||||||
|
|
|
@ -34,6 +34,6 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p class="pagination"><%= pagination_links_full @tracker_pages %></p>
|
<div class="pagination"><%= pagination_links_full @tracker_pages %></div>
|
||||||
|
|
||||||
<% html_title(l(:label_tracker_plural)) -%>
|
<% html_title(l(:label_tracker_plural)) -%>
|
||||||
|
|
Loading…
Reference in New Issue