Remove PHP from events_search template

This commit is contained in:
Kyle Johnson 2015-03-05 08:19:31 -05:00
parent e7472a126f
commit d88a1cfb8b
1 changed files with 4 additions and 4 deletions

View File

@ -43,10 +43,10 @@
</div>
</div>
<div class="row">
<input class="btn btn-default btn-block" type="button" name="archiveBtn" value="<?= $SLANG['Archive'] ?>" onclick="archiveEvents( this, 'markEids' )" disabled="disabled"/>
<input class="btn btn-default btn-block" type="button" name="unarchiveBtn" value="<?= $SLANG['Unarchive'] ?>" onclick="unarchiveEvents( this, 'markEids' );" disabled="disabled"/>
<input class="btn btn-default btn-block" type="button" name="exportBtn" value="<?= $SLANG['Export'] ?>" onclick="exportEvents( this, 'markEids' )" disabled="disabled"/>
<input class="btn btn-default btn-block" type="button" name="deleteBtn" value="<?= $SLANG['Delete'] ?>" onclick="deleteEvents( this, 'markEids' );" disabled="disabled"/>
<button class="btn btn-default btn-block" type="button" name="archiveBtn">Archive</button>
<button class="btn btn-default btn-block" type="button" name="unarchiveBtn">UnArchive</button>
<button class="btn btn-default btn-block" type="button" name="exportBtn">Export</button>
<button class="btn btn-default btn-block" type="button" name="deleteBtn">Delete</button>
<button type="submit" class="btn btn-success btn-block">Find</button>
</div>