forked from Archives/Athou_commafeed
i18n now working
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
<div>
|
||||
<div class="page-header">
|
||||
<h3>${tree.import}</h3>
|
||||
<h3>{{ 'tree.import' | translate }}</h3>
|
||||
</div>
|
||||
<form class="form-horizontal" action="rest/feed/import" method="post" enctype="multipart/form-data">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-2 control-label">${import.xml_file}</label>
|
||||
<label class="col-sm-2 control-label">{{ 'import.xml_file' | translate }}</label>
|
||||
<div class="col-sm-10 ">
|
||||
<input type="file" name="file" class="form-control"></input>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-offset-2 col-sm-10">
|
||||
<button class="btn btn-primary ok" type="submit">${tree.import}</button>
|
||||
<button type="button" class="btn btn-default cancel" ng-click="back()">${global.cancel}</button>
|
||||
<button class="btn btn-primary ok" type="submit">{{ 'tree.import' | translate }}</button>
|
||||
<button type="button" class="btn btn-default cancel" ng-click="back()">{{ 'global.cancel' | translate }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user