Migrate icons.

This commit is contained in:
Mark Hindess
2014-09-03 16:12:26 +01:00
parent 232a11983b
commit f19ae71fb7
37 changed files with 164 additions and 164 deletions

View File

@@ -1,12 +1,12 @@
<script type="text/x-red" data-template-name="Snap Chat">
<div class="form-row">
<label for="node-input-name"><i class="icon-tag"></i> Name</label>
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
</div> <div class="form-row">
<label for="node-input-account"><i class="icon-tasks"></i> Account</label>
<label for="node-input-account"><i class="fa fa-tasks"></i> Account</label>
<input type="text" id="node-input-account">
</div> <div class="form-row">
<label for="node-input-path"><i class="icon-tag"></i> Save Path</label>
<label for="node-input-path"><i class="fa fa-tag"></i> Save Path</label>
<input type="text" id="node-input-path" placeholder="./snapchat_images"> </div> </script>
<script type="text/x-red" data-help-name="Snap Chat">
<p>Downloads SnapChat images from the account specified to the path specified. <b>msg.payload</b> contains the count of images downloaded. <b>msg.snaps</b>
@@ -32,11 +32,11 @@ contains information on the snap downloaded such as path, sent from and id of th
});
</script> <script type="text/x-red" data-template-name="snapchat-account">
<div class="form-row">
<label for="node-config-input-username"><i class="icon-tasks"></i> Username</label>
<label for="node-config-input-username"><i class="fa fa-tasks"></i> Username</label>
<input type="text" id="node-config-input-username" placeholder="billy-bob">
</div>
<div class="form-row">
<label for="node-config-input-password"><i class="icon-tasks"></i> Password</label>
<label for="node-config-input-password"><i class="fa fa-tasks"></i> Password</label>
<input type="password" id="node-config-input-password" placeholder="">
</div> </script>
<script type="text/javascript">