EasyRedmine DMSF compatibility issues #363
This commit is contained in:
parent
9805cedd98
commit
046a6b8fcd
@ -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>
|
||||
@ -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>
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user