Improve translation for Storage module
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<div id='adminpage'>
|
||||
<h1>{{$title}} - {{$page}}</h1>
|
||||
|
||||
<h2>Current Storage Backend: <b>{{$storagebackend}}</b></h2>
|
||||
<h2>{{$label_current}}: <b>{{$storagebackend}}</b></h2>
|
||||
|
||||
<h2>Storage Configuration</h2>
|
||||
<h2>{{$label_config}}</h2>
|
||||
|
||||
{{foreach from=$availablestorageforms item=$storage}}
|
||||
<form action="{{$baseurl}}/admin/storage/{{$storage.prefix}}" method="post">
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
<h1>{{$title}} - {{$page}}</h1>
|
||||
|
||||
<div class="well well-lg">
|
||||
Current Storage Backend: <b>{{$storagebackend}}</b>
|
||||
{{$label_current}}: <b>{{$storagebackend}}</b>
|
||||
</div>
|
||||
|
||||
<h2>Storage Configuration</h2>
|
||||
<h2>{{$label_config}}</h2>
|
||||
|
||||
{{foreach from=$availablestorageforms item=$storage}}
|
||||
<form action="{{$baseurl}}/admin/storage/{{$storage.prefix}}" method="post">
|
||||
|
||||
Reference in New Issue
Block a user