This commit is contained in:
Administrator 2013-08-22 22:30:24 +08:00
parent 3e711de070
commit 1b43ce386c
10 changed files with 11 additions and 16 deletions

View File

@ -28,4 +28,4 @@
</tbody>
</table>
<p class="pagination"><%= pagination_links_full @auth_source_pages %></p>
<div class="pagination"><%= pagination_links_full @auth_source_pages %></div>

View File

@ -50,7 +50,7 @@
<% end %>
</tbody>
</table>
<p class="pagination"><%= pagination_links_full @topic_pages, @topic_count %></p>
<div class="pagination"><%= pagination_links_full @topic_pages, @topic_count %></div>
<% else %>
<p class="nodata"><%= l(:label_no_data) %></p>
<% end %>

View File

@ -34,6 +34,6 @@
</tbody>
</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)) -%>

View File

@ -68,7 +68,7 @@
<%= link_to_attachments message, :author => false %>
</div>
<% 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 %>
<% if !@topic.locked? && authorize_for('messages', 'reply') %>

View File

@ -32,7 +32,7 @@
</div>
<% 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| %>
<%= f.link_to 'Atom', :url => {:project_id => @project, :key => User.current.rss_key} %>

View File

@ -1,6 +1,8 @@
<%= error_messages_for 'project' %>
<!--[form:project]-->
<% unless @project.new_record? %>
<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 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.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' %>

View File

@ -17,7 +17,7 @@
:revisions => @changesets,
: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 %>
<%= stylesheet_link_tag "scm" %>

View File

@ -29,6 +29,6 @@
</tbody>
</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)) -%>

View File

@ -18,7 +18,7 @@
<% unless @entries.empty? %>
<%= 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| %>
<%= f.link_to 'Atom', :url => params.merge({:issue_id => @issue, :key => User.current.rss_key}) %>

View File

@ -34,6 +34,6 @@
</tbody>
</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)) -%>