项目按钮位置修正
This commit is contained in:
parent
bb96536a1e
commit
482600e2ed
|
@ -1,4 +1,4 @@
|
||||||
<div class="contextual">
|
<div class="contextual" style="padding-right: 440px;padding-top: 5px;">
|
||||||
<%= link_to(l(:label_attachment_new), new_project_file_path(@project), :class => 'icon icon-add') if User.current.allowed_to?(:manage_files, @project) %>
|
<%= link_to(l(:label_attachment_new), new_project_file_path(@project), :class => 'icon icon-add') if User.current.allowed_to?(:manage_files, @project) %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!--add by huang-->
|
<!--add by huang-->
|
||||||
<h3 style="padding-top:0px;"><%= l(:field_issue) %>
|
<h3 style="padding-top:0px;"><%= l(:field_issue) %>
|
||||||
<div style="padding-bottom: 10px;float:right;font-size:11px;">
|
<div style="padding-bottom: 10px;padding-right:440px;float:right;font-size:11px;">
|
||||||
<%= link_to l(:label_issue_new), { :controller => 'issues', :action => 'new', :copy_from => nil }, :param => :project_id, :caption => :label_issue_new,
|
<%= link_to l(:label_issue_new), { :controller => 'issues', :action => 'new', :copy_from => nil }, :param => :project_id, :caption => :label_issue_new,
|
||||||
:html => { :accesskey => Redmine::AccessKeys.key_for(:new_issue) }, :class => 'icon icon-add' %>
|
:html => { :accesskey => Redmine::AccessKeys.key_for(:new_issue) }, :class => 'icon icon-add' %>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!--modified by young-->
|
<!--modified by young-->
|
||||||
<div class="contextual">
|
<div class="contextual" style="padding-right:440px;margin-top:0px;">
|
||||||
<%= link_to l(:label_version_new), new_project_version_path(@project), :class => 'icon icon-add' if User.current.allowed_to?(:manage_versions, @project) %>
|
<%= link_to l(:label_version_new), new_project_version_path(@project), :class => 'icon icon-add' if User.current.allowed_to?(:manage_versions, @project) %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue