Skip to content

Commit

Permalink
[TASK] Align button with install tool
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed Sep 22, 2024
1 parent fa44aaf commit 4763482
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Language/locallang.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</trans-unit>

<trans-unit id="select_extension">
<source>select extension</source>
<source>Select extension</source>
</trans-unit>

<trans-unit id="selected_extension">
Expand All @@ -24,7 +24,7 @@
</trans-unit>

<trans-unit id="select_file">
<source>select file</source>
<source>Select file</source>
</trans-unit>

<trans-unit id="selected_file">
Expand Down
3 changes: 1 addition & 2 deletions Resources/Private/Templates/File/ConfirmConversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ <h5 class="form-section-headline selected-parameter">
</button>
</a>
<a href="{f:be.uri(route: 'web_EwLlxml2xliff.convertFile', parameters: {extension: selectedExtension.key, file: selectedFile.filename})}">
<button type="button" class="btn btn-success" data-inline="1" value="blank" data-identifier="convertExtension">
<core:icon identifier="llxml2xliff-convert" alternativeMarkupIdentifier="inline"/>
<button type="button" class="btn btn-default" data-inline="1" value="blank" data-identifier="convertExtension">
<f:translate id="confirm" extensionName="ew_llxml2xliff"/>
</button>
</a>
Expand Down
3 changes: 1 addition & 2 deletions Resources/Private/Templates/File/SelectExtension.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ <h2 class="card-title">{extension.title}</h2>
</div>
<div class="card-footer">
<a href="{f:be.uri(route: 'web_EwLlxml2xliff.showFiles', parameters: {extension: extension.key})}">
<button type="button" class="btn btn-success" data-inline="1" value="blank" data-identifier="convertExtension">
<core:icon identifier="actions-plus" />
<button type="button" class="btn btn-default" data-inline="1" value="blank" data-identifier="convertExtension">
<f:translate id="select_extension" extensionName="ew_llxml2xliff"/>
</button>
</a>
Expand Down
3 changes: 1 addition & 2 deletions Resources/Private/Templates/File/SelectFile.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ <h5 class="form-section-headline selected-parameter py-2">
<td class="col-title col-responsive">{file.filename}</td>
<td class="col-control">
<a href="{f:be.uri(route: 'web_EwLlxml2xliff.confirmConversion', parameters: {extension: selectedExtension.key, file: file.filename})}">
<button type="button" class="btn btn-success" data-inline="1" value="blank" data-identifier="convertExtension">
<core:icon identifier="llxml2xliff-convert" alternativeMarkupIdentifier="inline"/>
<button type="button" class="btn btn-default" data-inline="1" value="blank" data-identifier="convertExtension">
<f:translate id="select_file" extensionName="ew_llxml2xliff"/>
</button>
</a>
Expand Down

0 comments on commit 4763482

Please sign in to comment.