|
@@ -128,7 +128,18 @@
|
128
|
128
|
<span class="input-group-btn">
|
129
|
129
|
<button class="btn btn-default icon-select-button" type="button">Select</button>
|
130
|
130
|
</span>
|
131
|
|
- <input type="text" id="card-icon" class="form-control" placeholder="Icon name" data-property="icon">
|
|
131
|
+ <input type="text" id="card-icon" class="form-control" placeholder="Icon name (default icon if empty)" data-property="icon">
|
|
132
|
+ </div>
|
|
133
|
+ </div>
|
|
134
|
+ </div>
|
|
135
|
+ <div class="form-group">
|
|
136
|
+ <label for="card-icon-back" class="col-sm-2 control-label">Back icon</label>
|
|
137
|
+ <div class="col-sm-10">
|
|
138
|
+ <div class="input-group">
|
|
139
|
+ <span class="input-group-btn">
|
|
140
|
+ <button class="btn btn-default icon-select-button" type="button">Select</button>
|
|
141
|
+ </span>
|
|
142
|
+ <input type="text" id="card-icon-back" class="form-control" placeholder="Icon name (same as front if empty)" data-property="icon_back">
|
132
|
143
|
</div>
|
133
|
144
|
</div>
|
134
|
145
|
</div>
|
|
@@ -137,7 +148,7 @@
|
137
|
148
|
<div class="col-sm-10">
|
138
|
149
|
<div class="input-group">
|
139
|
150
|
<select id="card_color_selector" class="colorselector-data"></select>
|
140
|
|
- <input type="text" id="card-color" class="form-control" placeholder="Card color" data-property="color">
|
|
151
|
+ <input type="text" id="card-color" class="form-control" placeholder="Card color (default color if empty)" data-property="color">
|
141
|
152
|
</div>
|
142
|
153
|
</div>
|
143
|
154
|
</div>
|