Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
bb991e86
Commit
bb991e86
authored
Oct 13, 2016
by
Franco Fichtner
Committed by
GitHub
Oct 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1216 from kekek2/master
Add translatable template
parents
0fd14066
6735984b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
base_form.volt
src/opnsense/mvc/app/views/layout_partials/base_form.volt
+1
-1
No files found.
src/opnsense/mvc/app/views/layout_partials/base_form.volt
View file @
bb991e86
...
...
@@ -95,7 +95,7 @@ data_title : data-title to set on form
{% endfor %}
{% if apply_btn_id|default('') != '' %}
<tr>
<td colspan="3"><button class="btn btn-primary" id="{{apply_btn_id}}" type="button"><b>
Apply
</b><i id="{{id}}_progress" class=""></i></button></td>
<td colspan="3"><button class="btn btn-primary" id="{{apply_btn_id}}" type="button"><b>
{{ lang._('Apply') }}
</b><i id="{{id}}_progress" class=""></i></button></td>
</tr>
{% endif %}
</tbody>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment