Last active
April 10, 2017 18:47
-
-
Save 1cg/0da4b97df8cd86a9afb1a212f99af369 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div ic-get-from="/editmymessageslist" ic-trigger-on="load" ic-src="/editmymessageslist" ic-deps="ignore" ic-id="1" class=""> | |
<div uk-grid="" class="uk-grid"> | |
<div class="uk-width-3-5 uk-first-column"> | |
<h4>Manage My Message Picks | |
<button class="uk-button uk-button-default" ic-get-from="views/mymessage_add_form.php" ic-target="#editmymessageform" ic-src="views/mymessage_add_form.php" ic-trigger-on="default" ic-deps="ignore">Add</button> | |
</h4> | |
<div class="uk-width-1-1 my-message-item list-bottom-border "> | |
<i class="fa fa-edit" ic-get-from="/editmymessage/15" ic-target="#editmymessageform" ic-src="/editmymessage/15" ic-trigger-on="default" ic-deps="ignore"></i> | |
Test message one | |
<i class="fa fa-trash fa-right" aria-hidden="true" ic-delete-from="/deletemymessage/15" ic-confirm="Are you sure?" ic-src="/deletemymessage/15" ic-verb="DELETE" ic-trigger-on="default" ic-deps="ignore" ic-id="5"></i> | |
<input ic-get-from="/mymessagemove/15" ic-trigger-on="change" style="width: 30px;float:right;" type="text" name="position" value="0" ic-src="/mymessagemove/15" ic-deps="ignore" ic-id="6"> | |
</div> | |
<div class="uk-width-1-1 my-message-item list-bottom-border "> | |
<i class="fa fa-edit" ic-get-from="/editmymessage/22" ic-target="#editmymessageform" ic-src="/editmymessage/22" ic-trigger-on="default" ic-deps="ignore"></i> | |
Test message two | |
<i class="fa fa-trash fa-right" aria-hidden="true" ic-delete-from="/deletemymessage/22" ic-confirm="Are you sure?" ic-src="/deletemymessage/22" ic-verb="DELETE" ic-trigger-on="default" ic-deps="ignore" ic-id="7"></i> | |
<input ic-get-from="/mymessagemove/22" ic-trigger-on="change" style="width: 30px;float:right;" type="text" name="position" value="0" ic-src="/mymessagemove/22" ic-deps="ignore" ic-id="8"> | |
</div> | |
</div> | |
<div> | |
<div id="editmymessageform" ic-id="4"></div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment