Migrate to fa icons.

This commit is contained in:
Mark Hindess
2014-09-03 15:11:10 +01:00
parent 995268c5df
commit 3f054bdf7e
15 changed files with 43 additions and 43 deletions

View File

@@ -16,11 +16,11 @@
<script type="text/x-red" data-template-name="imap">
<div class="form-row node-input-repeat">
<label for="node-input-repeat"><i class="icon-repeat"></i>Repeat (S)</label>
<label for="node-input-repeat"><i class="fa fa-repeat"></i>Repeat (S)</label>
<input type="text" id="node-input-repeat" placeholder="300">
</div>
<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>
</script>

View File

@@ -21,7 +21,7 @@
<label for="node-input-useEyes" style="width: 70%;">Debug output in console ?</label>
</div> -->
<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-tips">Uses xml2js to process xml into javascript object.</div> -->

View File

@@ -16,11 +16,11 @@
<script type="text/x-red" data-template-name="json2xml">
<div class="form-row">
<label for="node-input-name"><i class="icon-list"></i> XML Root</label>
<label for="node-input-name"><i class="fa fa-list"></i> XML Root</label>
<input type="text" id="node-input-root" placeholder="object"></input>
</div>
<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"></input>
</div>
</script>

View File

@@ -18,15 +18,15 @@
<div class="form-tips"><b>Deprecated</b>: please use the <i>http request</i> node.</div>
<br>
<div class="form-row">
<label for="node-input-baseurl"><i class="icon-tasks"></i> Base URL</label>
<label for="node-input-baseurl"><i class="fa fa-tasks"></i> Base URL</label>
<input type="text" id="node-input-baseurl" placeholder="http(s)://url">
</div>
<div class="form-row">
<label for="node-input-append"><i class="icon-tasks"></i> Append</label>
<label for="node-input-append"><i class="fa fa-tasks"></i> Append</label>
<input type="text" id="node-input-append" placeholder="">
</div>
<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-tips">The <b>Base URL</b> gets prepended to whatever payload is passed in. Leave blank if you pass in a full url.<br/>The append gets added to the end after any payload.<br/>The output Topic is the same as the input Topic.</div>