Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(broker wizard): Remove 'Add with wizard' button (#6902)
Browse files Browse the repository at this point in the history
  • Loading branch information
callapa authored and kduret committed Oct 24, 2018
1 parent f5aaa97 commit 50a0539
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
{$msg.options} {$form.o1.html}
   
<a href="{$msg.addL}" class="btc bt_success">{$msg.addT}</a>
&nbsp;&nbsp;&nbsp;
<a href="main.php?p=6090901" class="btc bt_info">{$msg.addWizard}</a>
</td>
{ else }
<td>&nbsp;</td>
Expand Down Expand Up @@ -64,8 +62,6 @@
{$msg.options} {$form.o2.html}
&nbsp;&nbsp;&nbsp;
<a href="{$msg.addL}" class="btc bt_success">{$msg.addT}</a>
&nbsp;&nbsp;&nbsp;
<a href="main.php?p=6090901" class="btc bt_info">{$msg.addWizard}</a>
</td>
{ else }
<td>&nbsp;</td>
Expand Down

0 comments on commit 50a0539

Please sign in to comment.