Bug 18040: Updating buttons in Tools -> Upload local cover image
To test: 1) Go to Tools -> Upload local cover image 2) Select an image and click Upload file 3) Notice Process images button looks different to Upload file button 4) Apply patch and refresh page 5) Follow steps 1-3 again and notice the changed styling of the buttons Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
1c205a2ed5
commit
1226d1f593
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ $(document).ready(function(){
|
|||
<span class="required">Required</span>
|
||||
</div> </li>
|
||||
</ol>
|
||||
<fieldset class="action"><button class="submit">Upload file</button></fieldset>
|
||||
<fieldset class="action"><button class="submit btn btn-default btn-sm">Upload file</button></fieldset>
|
||||
</fieldset>
|
||||
|
||||
<div id="uploadpanel">
|
||||
|
@ -142,7 +142,7 @@ $(document).ready(function(){
|
|||
</li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
<fieldset class="action"><input type="submit" value="Process images" /></fieldset>
|
||||
<fieldset class="action"><button type="submit" class="btn btn-default btn-sm">Process images</button></fieldset>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue