Skip to content

Commit ae4e7ef

Browse files
committed
CSS
1 parent a066408 commit ae4e7ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

myaccount/tpl/mycustomerinstances.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@
268268
}
269269
print ' : </span>';
270270
print '<a class="font-green-sharp linktoinstance" href="https://'.$contract->ref_customer.'" target="blankinstance">';
271+
print img_picto($langs->trans("YourURLToGoOnYourAppInstance"), 'globe', 'class="paddingright"');
271272
print 'https://'.$contract->ref_customer;
272-
print img_picto($langs->trans("YourURLToGoOnYourAppInstance"), 'globe', 'class="paddingleft"');
273273
print '</a>';
274274
print '</span><br>';
275275
}

myaccount/tpl/mymodulecustomerinstances.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@
267267
}
268268
print ' : </span>';
269269
print '<a class="font-green-sharp linktoinstance" href="https://'.$contract->ref_customer.'" target="blankinstance">';
270+
print img_picto($langs->trans("YourURLToGoOnYourAppInstance"), 'globe', 'class="paddingright"');
270271
print 'https://'.$contract->ref_customer;
271-
print img_picto($langs->trans("YourURLToGoOnYourAppInstance"), 'globe', 'class="paddingleft"');
272272
print '</a>';
273273
print '</span><br>';
274274
}

0 commit comments

Comments
 (0)