Skip to content

Commit ad82878

Browse files
committed
Fixed barcode scan button in mobile view.
1 parent 3185a40 commit ad82878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/nextgen/smarty_head.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<span class="sr-only">{t}Toggle Navigation{/t}</span>
109109
<span class="fa fa-user"></span>
110110
</button>
111-
<a class="navbar-toggle link-anchor" style="color: black;"
111+
<a class="navbar-toggle link-datasheet" style="color: black;"
112112
href="zxing://scan/?ret={if isset($smarty.server.HTTPS)}https{else}http{/if}%3A%2F%2F{$smarty.server.HTTP_HOST|escape:'url'}{$relative_path|escape:'url'}show_part_info.php%3Fbarcode%3D%7BCODE%7D&SCAN_FORMATS=EAN_8">
113113
<i class="fa fa-barcode" aria-hidden="true"></i>
114114
<span class="sr-only">{t}Scanne Barcode{/t}</span>

0 commit comments

Comments
 (0)