summaryrefslogtreecommitdiffstats
path: root/data/templates/aliases/new.html
blob: 34b610efa91ac45b7c0370c08168e23837175864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h2>Add new product alias</h2>

<div id="new-successful" class="alert alert-success" style="display: {{{NEW.OK}}};">
	<p>Successfully created new alias: {{{EAN}}} ➜ {{{REAL_EAN}}}</p>
</div>

<div id="new-failed" class="alert alert-error" style="display: {{{NEW.FAIL}}};">
	<h4>Error</h4>
	Creating new product alias failed. Please make sure
	you have sufficient permissions and gave valid values
	for EAN and real EAN.
</div>

<a href=".">Back to alias list</a>