Skip to content
Snippets Groups Projects
Commit a09640d2 authored by Thomas Whitaker's avatar Thomas Whitaker
Browse files

Updated template to use better classes for css

parent b9bdc87e
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,9 @@ global $alt_text_length_limit;
<span class="counter"><?= $alt_text_length_limit; ?></span>
<input class="form-control" type="text" name="newcontent" maxlength="<?= $alt_text_length_limit; ?>" placeholder="New alt text" id="<?= $this->e($item_id); ?>-input">
<label for="<?= $this->e($item_id); ?>-makedeco" class="control-label sr-only">Mark This Image As Decorative And Clear Alt Text</label>
<input type="checkbox" class="makedeco" name="makedeco" id="<?= $this->e($item_id); ?>-makedeco">Mark image as decorative and clear alt text<br>
<div class="checkbox">
<label><input type="checkbox" class="makedeco" name="makedeco" id="<?= $this->e($item_id); ?>-makedeco"> Mark image as decorative and clear alt text</label>
</div>
<button class="submit-content inactive btn btn-default" type="submit">Submit</button>
<div class="validmessage instance">Please check that you've entered new alt text and that it isn't a filename</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment