Localized column names
This commit is contained in:
parent
0b009b0c81
commit
642fbfde14
@ -97,7 +97,7 @@ module DmsfHelper
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
url << ''
|
url << ''
|
||||||
url.join '/'
|
URI.encode(url.join '/')
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
@ -69,9 +69,10 @@ module RedmineDmsf
|
|||||||
<hr/>
|
<hr/>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="name">Name</th>
|
<th class="name">#{l(:field_name)}</th>
|
||||||
<th class="size">Size</th> <th class="type">Type</th>
|
<th class="size">#{l(:field_filesize)}</th>
|
||||||
<th class="mtime">Last Modified</th>
|
<th class="type">#{l(:field_type)}</th>
|
||||||
|
<th class="mtime">#{l(:link_modified)}</th>
|
||||||
</tr>
|
</tr>
|
||||||
%s
|
%s
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user