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