Last active
April 10, 2017 18:47
Revisions
-
Carson Gross renamed this gist
Apr 10, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Carson Gross created this gist
Apr 10, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ <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>