mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-14 15:17:03 +02:00
gui enhancements
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
|
||||
<?php foreach($emails as $email) { ?>
|
||||
<a href="#" onclick="append_value_from_slider('email', '<?php print $email['email']; ?>');"><?php print $email['email']; ?></a><br />
|
||||
<a href="#" onclick="append_value_from_slider('email', '<?php print $email; ?>');"><?php print $email; ?></a><br />
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user