This commit is contained in:
Andris Reinman 2016-05-04 16:56:41 +03:00
commit 722230f7a0
13 changed files with 27 additions and 27 deletions

View file

@ -5,7 +5,7 @@
<li class="active">Edit List</li>
</ol>
<h2>Edit List <a class="btn btn-default btn-xs" href="/lists/view/{{id}}" role="button"><span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span> View list</a></h2>
<h2>Edit List <a class="btn btn-default btn-xs" href="/lists/view/{{id}}" role="button"><span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span> View List</a></h2>
<hr>

View file

@ -27,7 +27,7 @@
<label for="value" class="col-sm-2 control-label">Value</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="value" id="value" value="{{value.value}}" placeholder="Value">
<span class="help-block">Use % for wildcard character, eg. "%test" to match all values that end with "test"</span>
<span class="help-block">Use % for wildcard character, e.g. "%test" to match all values that end with "test"</span>
</div>
</div>
{{/if}}

View file

@ -32,7 +32,7 @@
<label for="value" class="col-sm-2 control-label">Value</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="value" id="value" value="{{value.value}}" placeholder="Value">
<span class="help-block">Use % for wildcard character, eg. "%test" to match all values that end with "test"</span>
<span class="help-block">Use % for wildcard character, e.g. "%test" to match all values that end with "test"</span>
</div>
</div>
{{/if}}
@ -167,7 +167,7 @@
</div>
</div>
<div class="col-md-1">
<p class="form-control-static text-center">to</p>
<p class="form-control-static text-center">To</p>
</div>
<div class="col-md-3">
<div class="input-group date fm-birthday-generic">

View file

@ -14,7 +14,7 @@
<input type="hidden" name="list" value="{{list.id}}">
<div class="form-group">
<label for="email" class="col-sm-2 control-label">Email address</label>
<label for="email" class="col-sm-2 control-label">Email Address</label>
<div class="col-sm-10">
<input type="email" class="form-control input-lg" name="email" id="email" placeholder="" value="{{email}}" required>
</div>
@ -136,7 +136,7 @@
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<p class="text-warning">
This person will not receive a confirmation email so make sure you have a permission to email them
This person will not receive a confirmation email so make sure that you have permission to email them.
</p>
<button type="submit" class="btn btn-primary">Subscribe</button>

View file

@ -10,7 +10,7 @@
<hr>
<div class="well">
Role-based addresses like <em><strong>postmaster</strong>@example.com</em> are blocked when importing. Subscribers with role-based email addresses can join your list using the <a href="/subscription/{{list.cid}}">subsription form</a>.
Role-based addresses like <em><strong>postmaster</strong>@example.com</em> are blocked when importing. Subscribers with role-based email addresses can join your list using the <a href="/subscription/{{list.cid}}">subscription form</a>.
</div>
<div class="table-responsive">

View file

@ -17,8 +17,8 @@
<li><a href="/segments/{{id}}" role="button"><span class="glyphicon glyphicon-filter" aria-hidden="true"></span> Segments</a></li>
<li><a href="/lists/edit/{{id}}" role="button"><span class="glyphicon glyphicon-wrench" aria-hidden="true"></span> Edit List</a></li>
<li role="separator" class="divider"></li>
<li><a href="/lists/subscription/{{id}}/add" role="button"><span class="glyphicon glyphicon-plus-sign" aria-hidden="true"></span> Add subscriber</a></li>
<li><a href="/lists/subscription/{{id}}/import" role="button"><span class="glyphicon glyphicon-cloud-upload" aria-hidden="true"></span> Import subscribers</a></li>
<li><a href="/lists/subscription/{{id}}/add" role="button"><span class="glyphicon glyphicon-plus-sign" aria-hidden="true"></span> Add Subscriber</a></li>
<li><a href="/lists/subscription/{{id}}/import" role="button"><span class="glyphicon glyphicon-cloud-upload" aria-hidden="true"></span> Import Subscribers</a></li>
</ul>
</div>
</div>
@ -41,7 +41,7 @@
<div class="form-group">
<label for="exampleInputName2">Segment</label>
<select name="segment" class="form-control">
<option value="0">All subscriptions</option>
<option value="0">All Subscriptions</option>
{{#if segments}}
<optgroup label="Segments">
{{#each segments}}
@ -50,7 +50,7 @@
</optgroup>
{{/if}}
<optgroup label="Actions">
<option value="-1">Create new segment…</option>
<option value="-1">Create New Segment…</option>
</optgroup>
</select>
</div>