From 9f9bb3d0faf1cada8e7adacbe9074f03b12fd930 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Mon, 17 Nov 2014 16:02:53 -0500 Subject: [PATCH] VuDL icon swap. --- themes/bootstrap3/templates/vudl/details.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/bootstrap3/templates/vudl/details.phtml b/themes/bootstrap3/templates/vudl/details.phtml index 7cf72d3ba42..96449508f0a 100644 --- a/themes/bootstrap3/templates/vudl/details.phtml +++ b/themes/bootstrap3/templates/vudl/details.phtml @@ -73,8 +73,8 @@ <?=$this->render('/vudl/licenses/'.$this->details['special_license'], array('details'=>$this->details)); ?> </div> <? endif; ?> - <a href="<?=$this->url('record', array('id'=>$this->id))?>"><i class="fa fa-link"></i> <?=$this->transEsc('More Details') ?></a><br/> - <a href="<?=$this->url('vudl-record', array('id'=>$this->id))?>"><i class="fa fa-save"></i> <?=$this->transEsc('Permanent Link') ?></a> + <a href="<?=$this->url('record', array('id'=>$this->id))?>"><i class="fa fa-list"></i> <?=$this->transEsc('More Details') ?></a><br/> + <a href="<?=$this->url('vudl-record', array('id'=>$this->id))?>"><i class="fa fa-book"></i> <?=$this->transEsc('Permanent Link') ?></a> <? if(isset($this->details['description'])): ?><p class="description"><?=html_entity_decode($this->details['description']['value'], 2 /*ENT_COMPAT|ENT_HTML401*/, 'UTF-8') ?></p><? endif ?> </div> </div> -- GitLab