|
Lines 103-112
Link Here
|
| 103 |
<span class="hint">If checked, new subscriptions you create will be automatically shared with Mana KB.</span> |
103 |
<span class="hint">If checked, new subscriptions you create will be automatically shared with Mana KB.</span> |
| 104 |
</li> |
104 |
</li> |
| 105 |
</ol> |
105 |
</ol> |
| 106 |
<fieldset class="action"> |
106 |
</fieldset> |
| 107 |
<input type="hidden" name="op" value="save" /> |
107 |
<fieldset class="action"> |
| 108 |
<input type="submit" class="btn btn-primary" value="Save" /> |
108 |
<input type="hidden" name="op" value="save" /> |
| 109 |
</fieldset> |
109 |
<input type="submit" class="btn btn-primary" value="Save" /> |
| 110 |
</fieldset> |
110 |
</fieldset> |
| 111 |
</form> |
111 |
</form> |
| 112 |
|
112 |
|
|
Lines 127-136
Link Here
|
| 127 |
<div class="hint">Your unique security token used for authentication on Mana KB service (anti spam).</div> |
127 |
<div class="hint">Your unique security token used for authentication on Mana KB service (anti spam).</div> |
| 128 |
</li> |
128 |
</li> |
| 129 |
</ol> |
129 |
</ol> |
| 130 |
<fieldset class="action"> |
130 |
</fieldset> |
| 131 |
<input type="hidden" name="op" value="reset" /> |
131 |
<fieldset class="action"> |
| 132 |
<input type="submit" class="btn btn-primary" value="Reset your token" /> |
132 |
<input type="hidden" name="op" value="reset" /> |
| 133 |
</fieldset> |
133 |
<input type="submit" class="btn btn-primary" value="Reset your token" /> |
| 134 |
</fieldset> |
134 |
</fieldset> |
| 135 |
</form> |
135 |
</form> |
| 136 |
[% ELSE %] |
136 |
[% ELSE %] |
|
Lines 147-156
Link Here
|
| 147 |
<input id="email" type="text" name="email" size="45" required="required" /> |
147 |
<input id="email" type="text" name="email" size="45" required="required" /> |
| 148 |
</li> |
148 |
</li> |
| 149 |
</ol> |
149 |
</ol> |
| 150 |
<fieldset class="action"> |
150 |
</fieldset> |
| 151 |
<input type="hidden" name="op" value="send" /> |
151 |
<fieldset class="action"> |
| 152 |
<input type="submit" class="btn btn-primary" value="Send to Mana KB" /> |
152 |
<input type="hidden" name="op" value="send" /> |
| 153 |
</fieldset> |
153 |
<input type="submit" class="btn btn-primary" value="Send to Mana KB" /> |
| 154 |
</fieldset> |
154 |
</fieldset> |
| 155 |
</form> |
155 |
</form> |
| 156 |
[% END %] |
156 |
[% END %] |
| 157 |
- |
|
|