Skip to content
Snippets Groups Projects
Commit a0c9a5fa authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Merge branch 'release-2.3' of https://github.com/vufind-org/vufind into release-2.3

parents fac1ebc3 1670174e
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<input class="btn btn-primary" data-loading-text="<?=$this->transEsc('Submitting') ?>..." type="submit" value="<?=$this->transEsc("Add your comment")?>"/> <input class="btn btn-primary" data-loading-text="<?=$this->transEsc('Submitting') ?>..." type="submit" value="<?=$this->transEsc("Add your comment")?>"/>
<? else: ?> <? else: ?>
<textarea id="comment" name="comment" class="form-control" rows="3" disabled></textarea><br/> <textarea id="comment" name="comment" class="form-control" rows="3" disabled></textarea><br/>
<input onClick="Lightbox.get('MyResearch', 'Login'); return false;" class="btn btn-primary" type="submit" value="<?=$this->transEsc("You must be logged in first")?>"/> <input onClick="Lightbox.get('MyResearch', 'UserLogin'); return false;" class="btn btn-primary" type="submit" value="<?=$this->transEsc("You must be logged in first")?>"/>
<? endif; ?> <? endif; ?>
</div> </div>
</form> </form>
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
?> ?>
<form class="form-inline" method="get" action="<?=$this->url('author-search')?>"> <form class="form-inline" method="get" action="<?=$this->url('author-search')?>">
<label for="author_lookfor"><?=$this->transEsc('Author Results for')?>:</label></br> <label for="author_lookfor"><?=$this->transEsc('Author Results for')?>:</label></br>
<input type="text" id="author_lookfor" name="lookfor" /> <input class="form-control" type="text" id="author_lookfor" name="lookfor" />
<input class="btn btn-default" type="submit" value="<?=$this->transEsc('Find')?>" /> <input class="btn btn-default" type="submit" value="<?=$this->transEsc('Find')?>" />
</form> </form>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment