EasyRedmine DMSF compatibility issues #363

This commit is contained in:
Karel Pičman 2015-03-16 13:43:24 +01:00
parent 9805cedd98
commit 046a6b8fcd
9 changed files with 35 additions and 34 deletions

View File

@ -102,7 +102,7 @@
</div>
<% end %>
</td>
<td class="hidden">0</td>
<td class="hidden">0</td>
<td class="hidden"><%= subfolder.updated_at.to_i %></td>
<td class="hidden">0</td>
<td class="invisible">0</td>
<td class="invisible">0</td>
<td class="invisible"><%= subfolder.updated_at.to_i %></td>
<td class="invisible">0</td>

View File

@ -52,7 +52,7 @@
</div>
<% end %>
</td>
<td class="hidden">0</td>
<td class="hidden">0</td>
<td class="hidden"><%= subfolder.updated_at.to_i %></td>
<td class="hidden">0</td>
<td class="invisible">0</td>
<td class="invisible">0</td>
<td class="invisible"><%= subfolder.updated_at.to_i %></td>
<td class="invisible">0</td>

View File

@ -186,7 +186,7 @@
</div>
<% end %>
</td>
<td class="hidden">1</td>
<td class="hidden"><%= file.last_revision.size %></td>
<td class="hidden"><%= file.last_revision.updated_at.to_i %></td>
<td class="hidden"><%= file.last_revision.iversion %></td>
<td class="invisible">1</td>
<td class="invisible"><%= file.last_revision.size %></td>
<td class="invisible"><%= file.last_revision.updated_at.to_i %></td>
<td class="invisible"><%= file.last_revision.iversion %></td>

View File

@ -54,7 +54,7 @@
</div>
<% end %>
</td>
<td class="hidden">1</td>
<td class="hidden"><%= file.last_revision.size %></td>
<td class="hidden"><%= file.last_revision.updated_at.to_i %></td>
<td class="hidden"><%= file.last_revision.iversion %></td>
<td class="invisible">1</td>
<td class="invisible"><%= file.last_revision.size %></td>
<td class="invisible"><%= file.last_revision.updated_at.to_i %></td>
<td class="invisible"><%= file.last_revision.iversion %></td>

View File

@ -53,7 +53,7 @@
</div>
<% end %>
</td>
<td class="hidden">1</td>
<td class="hidden"></td>
<td class="hidden"></td>
<td class="hidden"></td>
<td class="invisible">1</td>
<td class="invisible"></td>
<td class="invisible"></td>
<td class="invisible"></td>

View File

@ -48,7 +48,7 @@
</div>
<% end %>
</td>
<td class="hidden">1</td>
<td class="hidden"></td>
<td class="hidden"></td>
<td class="hidden"></td>
<td class="invisible">1</td>
<td class="invisible"></td>
<td class="invisible"></td>
<td class="invisible"></td>

View File

@ -134,10 +134,10 @@
<th><%= l(:link_workflow) %></th>
<th><%= l(:link_author) %></th>
<th></th>
<th class="hidden"></th>
<th class="hidden"></th>
<th class="hidden"></th>
<th class="hidden"></th>
<th class="invisible"></th>
<th class="invisible"></th>
<th class="invisible"></th>
<th class="invisible"></th>
</tr>
</thead>
<tbody>

View File

@ -56,10 +56,10 @@
<th><%= l(:link_workflow) %></th>
<th><%= l(:link_author) %></th>
<th></th>
<th class="hidden"></th>
<th class="hidden"></th>
<th class="hidden"></th>
<th class="hidden"></th>
<th class="invisible"></th>
<th class="invisible"></th>
<th class="invisible"></th>
<th class="invisible"></th>
</tr>
</thead>
<tbody>

View File

@ -1,7 +1,8 @@
/*
* Redmine plugin for Document Management System "Features"
*
* Copyright (C) 2011 Vít Jonáš <vit.jonas@gmail.com>
* Copyright (C) 2011 Vít Jonáš <vit.jonas@gmail.com>
* Copyright (C) 2011-15 Karel Pičman <karel.picman@kontron.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -152,7 +153,7 @@ div.right_icon_box {
border: none;
}
.hidden {
.invisible {
display: none;
}