Skip to content
Closed
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
bfaa2cc
improve accessibility for checkboxes
elsenhans May 8, 2023
8d33a91
improve accessibility for checkboxes in holds/list.phtml
elsenhans May 9, 2023
1da832d
add translations for improve accessibility for checkboxes in account …
elsenhans May 9, 2023
ad01c49
change order of translations
elsenhans May 9, 2023
c2a2d52
change clipboard to book bag; add missing transEscAttr
elsenhans May 9, 2023
fb426c2
change recall to recalls
elsenhans May 9, 2023
7500636
remove with_selected language token
elsenhans May 10, 2023
2cc90c4
add new language token select_all_on_page; change entries to items
elsenhans May 10, 2023
bf813bf
fix typo to: items on the page
elsenhans May 10, 2023
04eacd7
Update en.ini
demiankatz May 10, 2023
03b20d5
use select_all_on_page in checkedout.phtml and list.phtml
elsenhans May 11, 2023
5c0e6d3
renaming of view helper method: getTitleDescribedById => getUniqueIdW…
RLangeUni May 12, 2023
714004a
use escapeHtmlAttr() for $describedById and $cartId
RLangeUni May 12, 2023
c42074d
cart: add id in contents to reference from cart-buttons
RLangeUni May 12, 2023
f85803a
uniqueId: use getUniqueIdWithSource() consistently in lists and toolbar
RLangeUni May 12, 2023
f034831
uniqueId: use getUniqueIdWithSource() in record view helper getCheckbox
RLangeUni May 12, 2023
96e0692
change translations for select_item_hold_cancel
elsenhans May 16, 2023
6fb9a63
rename method for id with source and introduce new for templates to g…
RLangeUni May 17, 2023
e8e6c79
undo changes for cart described by id (conflicts with js?)
RLangeUni May 17, 2023
6b2ad39
use prefix for lightbox
RLangeUni May 18, 2023
597cd7a
add prefix for cart content
RLangeUni May 25, 2023
db3f73e
add prefix for cart content
RLangeUni May 25, 2023
8957ff6
add prefix for cart content - fix multiline
RLangeUni May 25, 2023
84ab077
add context as prefix for id
RLangeUni Jun 1, 2023
b5fb3d9
set context as string in templates
RLangeUni Jun 1, 2023
dd7a49f
move generation of id to record view helper
RLangeUni Jun 1, 2023
b954a76
adapt record test for prefixing
RLangeUni Jun 1, 2023
520429b
fix code styles
RLangeUni Jun 1, 2023
ad2062b
fix code styles
RLangeUni Jun 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion languages/ar.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,6 @@ What am I looking at = "ما الذي أنظر إليه؟"
widen_prefix = "حاول توسيع بحثك إلى"
wiki_link = "مقدم من ويكيبيديا"
with filters = "بالمنقحات"
with_selected = "بالمحدد"
Year of Publication = "سنة النشر"
Yesterday = "الأمس"
You do not have any fines = "لا توجد لديك أي غرامات"
Expand Down
1 change: 0 additions & 1 deletion languages/bn.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,6 @@ What am I looking at = "এখানে আমি কি খুঁজছি?"
widen_prefix = "আপনার সন্ধানকে প্রসারের চেষ্টা করুন"
wiki_link = "উইকিপিডিয়া দ্বারা উপলব্ধ"
with filters = "ফিল্টার দিয়ে"
with_selected = "নির্বাচিত"
Year of Publication = "প্রকাশনার বছর"
Yesterday = "গতকাল"
You do not have any fines = "আপনার কোন জরিমানা নেই"
Expand Down
1 change: 0 additions & 1 deletion languages/ca.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,6 @@ What am I looking at = "Què estic cercant?"
widen_prefix = "Amplia la teva cerca a"
wiki_link = "Proporcionat per Wikipedia"
with filters = "amb filtres"
with_selected = "amb seleccionats"
Year of Publication = "Any de publicació"
Yesterday = "Ahir"
You do not have any fines = "No teniu cap sanció"
Expand Down
1 change: 0 additions & 1 deletion languages/cs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,6 @@ What am I looking at = "Co to znamená?"
widen_prefix = "Zkuste rozšířit hledání na"
wiki_link = "Získáno z Wikipedie"
with filters = "S omezeními"
with_selected = "Vybrané"
Year of Publication = "Rok vydání"
Yesterday = "Od včerejška"
You do not have any fines = "Nemáte žádné upomínky"
Expand Down
1 change: 0 additions & 1 deletion languages/cy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,6 @@ What am I looking at = "Ar beth ydw i'n edrych?"
widen_prefix = "Cewch geisio ehangu'ch chwiliad i"
wiki_link = "Darparwyd gan Wikipedia"
with filters = "gyda hidlwyr"
with_selected = "gan detholion"
Year of Publication = "Blwyddyn Gyhoeddi"
Yesterday = "Ddoe"
You do not have any fines = "Nid oes gennych unrhyw ddirwyon"
Expand Down
1 change: 0 additions & 1 deletion languages/da.ini
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ wcterms_narrower = "Snævrere emneområde"
Web = "Web"
wiki_link = "Fra Wikipedia"
with filters = "med filtre"
with_selected = "med valgte"
Year of Publication = "Udgivelsesår"
Yesterday = "Igår"
You do not have any fines = "Du har ingen bøder"
Expand Down
7 changes: 6 additions & 1 deletion languages/de.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,13 @@ See also = "Siehe auch"
see_all_ellipsis = "Alle anzeigen …"
Select this record = "Datensatz auswählen"
Select your carrier = "Wählen Sie Ihren Telefonanbieter aus"
select_all_on_page = "Alle Einträge der Seite auswählen"
select_item_checked_out_renew = "Titel zum Verlängern auswählen"
select_item_hold_cancel = "Titel auswählen, um Bestellung oder Vormerkung zu stornieren"
select_item_ill_request_cancel = "Titel auswählen, um Fernleihanfrage zu stornieren"
select_item_storage_retrieval_request_cancel = "Titel auswählen, um Magazinbestellung zu stornieren"
select_page = "Alles auswählen"
select_page_cart = "Alle Einträge der Zwischenablage auswählen"
select_pickup_location = "Abholort auswählen"
select_request_group = "Abholstelle auswählen"
Selected = "Ausgewählt"
Expand Down Expand Up @@ -1416,7 +1422,6 @@ What am I looking at = "Wie funktioniert das?"
widen_prefix = "Versuchen Sie die Suche auszuweiten nach"
wiki_link = "Veröffentlicht in Wikipedia"
with filters = "mit Suchfiltern"
with_selected = "Auswahl"
Year of Publication = "Erscheinungsjahr"
Yesterday = "Gestern"
You do not have any fines = "Es sind keine Gebühren auf Ihrem Bibliothekskonto"
Expand Down
1 change: 0 additions & 1 deletion languages/el.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,6 @@ What am I looking at = "Τι είναι αυτό που βλέπω;"
widen_prefix = "Διευρύνετε την έρευνά σας σε"
wiki_link = "Παρέχεται από τη Wikipedia"
with filters = "με φίλτρα"
with_selected = "με τα επιλεγμένα"
Year of Publication = "Έτος έκδοσης"
Yesterday = "Χτες"
You do not have any fines = "Δεν έχετε πρόστιμα"
Expand Down
7 changes: 6 additions & 1 deletion languages/en.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,13 @@ See also = "See also"
see_all_ellipsis = "see all…"
Select this record = "Select this record"
Select your carrier = "Select your carrier"
select_all_on_page = "Select all items on the page"
select_item_checked_out_renew = "Select item for renewing"
select_item_hold_cancel = "Select item for canceling holds or recalls"
Comment thread
elsenhans marked this conversation as resolved.
Outdated
select_item_ill_request_cancel = "Select item for canceling interlibrary loan requests"
select_item_storage_retrieval_request_cancel = "Select item for canceling storage retrieval requests"
select_page = "Select Page"
select_page_cart = "Select all items in the Book Bag"
select_pickup_location = "Select Pick Up Location"
select_request_group = "Select Request Group"
Selected = "Selected"
Expand Down Expand Up @@ -1416,7 +1422,6 @@ What am I looking at = "What am I looking at?"
widen_prefix = "Try widening your search to"
wiki_link = "Provided by Wikipedia"
with filters = "with filters"
with_selected = "with selected"
Year of Publication = "Year of Publication"
Yesterday = "Yesterday"
You do not have any fines = "You do not have any fines"
Expand Down
1 change: 0 additions & 1 deletion languages/es.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,6 @@ What am I looking at = "¿Qué estoy viendo?"
widen_prefix = "Intente ampliando su búsqueda a"
wiki_link = "proporcionado por Wikipedia"
with filters = "con filtros"
with_selected = "Con selección"
Year of Publication = "Año de Publicación"
Yesterday = "Ayer"
You do not have any fines = "Usted no tiene multas"
Expand Down
1 change: 0 additions & 1 deletion languages/eu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,6 @@ What am I looking at = "Zer ikusten ari naiz?"
widen_prefix = "Saia zaitez zure bilaketa zabaltzen honekin"
wiki_link = "Wikipediatik informazioa lortu"
with filters = "iragazkiekin"
with_selected = "Con selección"
Year of Publication = "Argitaratze-urtea"
Yesterday = "Atzo"
You do not have any fines = "Ez daukazu isunik"
Expand Down
1 change: 0 additions & 1 deletion languages/fi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,6 @@ What am I looking at = "Mitä tämä on?"
widen_prefix = "Kokeile laajentaa hakua:"
wiki_link = "Wikipedian tuottama"
with filters = "suodattimilla"
with_selected = "valituille"
Year of Publication = "Julkaisuvuosi"
Yesterday = "Eilisestä"
You do not have any fines = "Ei maksamattomia maksuja"
Expand Down
1 change: 0 additions & 1 deletion languages/fr.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,6 @@ What am I looking at = "Comment cela fonctionne-t-il ?"
widen_prefix = "Veuillez élargir votre recherche"
wiki_link = "Informations fournies par Wikipedia"
with filters = "avec filtres"
with_selected = "avec la sélection"
Year of Publication = "Année de publication"
Yesterday = "Hier"
You do not have any fines = "Vous n'avez pas d'amende"
Expand Down
1 change: 0 additions & 1 deletion languages/ga.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,6 @@ What am I looking at = "Céard air a bhfuil mé ag breathnú?"
widen_prefix = "Bain triail as do chuardach a leathnú go"
wiki_link = "Arna chur ar fáil ag Vicipéid"
with filters = "le scagairí"
with_selected = "lena bhfuil roghnaithe"
Year of Publication = "Bliain a fhoilsithe"
Yesterday = "Inné"
You do not have any fines = "Níl aon fhíneálacha agat"
Expand Down
1 change: 0 additions & 1 deletion languages/he.ini
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,6 @@ Web = "אינטרנט"
widen_prefix = "נסו להרחיב את החיפוש ל"
wiki_link = "באדיבות וויקיפדיה"
with filters = "עם מסננים"
with_selected = "עם פריטים מסומנים"
Year of Publication = "שנת הוצאה לאור"
Yesterday = "אתמול"
You do not have any fines = "אין לך שום קנסות"
Expand Down
1 change: 0 additions & 1 deletion languages/hi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,6 @@ What am I looking at = "मेरी नज़र किस पर है ? "
widen_prefix = "अपनी खोज को विस्तृत करने का प्रयास करें"
wiki_link = "विकिपीडिया द्वारा प्रदान किया गया"
with filters = "फ़िल्टर के साथ"
with_selected = "चुनिन्दा के साथ"
Year of Publication = "प्रकाशन का वर्ष "
Yesterday = "बिता कल"
You do not have any fines = "आपके पास कोई जुर्माना नहीं है"
Expand Down
1 change: 0 additions & 1 deletion languages/hr.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,6 @@ What am I looking at = "Što gledam?"
widen_prefix = "Pokušaj proširiti pretragu na"
wiki_link = "Omogućuje Wikipedia"
with filters = "s filtrima"
with_selected = "s odabirom"
Year of Publication = "Godina izdanja"
Yesterday = "Jučer"
You do not have any fines = "Nemaš zakasnina"
Expand Down
1 change: 0 additions & 1 deletion languages/hy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,6 @@ What am I looking at = "Ինչի՞ն եմ նայում։"
widen_prefix = "Փորձեք ընդլայնել ձեր որոնումը դեպի"
wiki_link = "Տրամադրված է Վիքիպեդիայի կողմից"
with filters = "զտիչներով"
with_selected = "ընտրվածի հետ"
Year of Publication = "Հրատարակման տարի"
Yesterday = "Երեկ"
You do not have any fines = "Դուք տուգանքներ չունեք"
Expand Down
1 change: 0 additions & 1 deletion languages/it.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,6 @@ What am I looking at = "Che cosa sto cercando?"
widen_prefix = "Prova anche ad ampliare la ricerca"
wiki_link = "da Wikipedia"
with filters = "con filtri"
with_selected = "con i selezionati"
Year of Publication = "Anno di pubblicazione"
Yesterday = "Ieri"
You do not have any fines = "Non hai alcuna sanzione"
Expand Down
1 change: 0 additions & 1 deletion languages/ja.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,6 @@ What am I looking at = "現在の検索対象"
widen_prefix = "検索範囲を拡大"
wiki_link = "Wikipediaによる"
with filters = "フィルター適用"
with_selected = "選択資料の処理"
Year of Publication = "出版年"
Yesterday = "昨日"
You do not have any fines = "延滞金はありません"
Expand Down
1 change: 0 additions & 1 deletion languages/nl.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,6 @@ What am I looking at = "Waar kijk ik naar?"
widen_prefix = "Probeer jouw zoekopdracht te verbreden naar"
wiki_link = "Door Wikipedia aangeleverd"
with filters = "met filters"
with_selected = "met geselecteerde"
Year of Publication = "Publicatiejaar"
Yesterday = "Gisteren"
You do not have any fines = "Je hebt geen boetes uitstaan"
Expand Down
1 change: 0 additions & 1 deletion languages/pl.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,6 @@ What am I looking at = "Na co patrzę?"
widen_prefix = "Rozszerz wyszukiwanie o"
wiki_link = "Źródło: Wikipedia"
with filters = "z filtrami"
with_selected = "Zaznaczone"
Year of Publication = "Rok wydania"
Yesterday = "Wczoraj"
You do not have any fines = "Nie masz opłat na twoim koncie"
Expand Down
1 change: 0 additions & 1 deletion languages/pt-br.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,6 @@ What am I looking at = "O que eu estou olhando?"
widen_prefix = "Tente ampliar a sua busca a"
wiki_link = "Fornecido pela Wikipedia"
with filters = "com os filtros"
with_selected = "selecionados"
Year of Publication = "Ano de Publicação"
Yesterday = "Ontem"
You do not have any fines = "Você não tem quaisquer multas"
Expand Down
1 change: 0 additions & 1 deletion languages/pt.ini
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,6 @@ What am I looking at = "O que é isto?"
widen_prefix = "Tente alargar a sua pesquisa a"
wiki_link = "Fornecido pela Wikipedia"
with filters = "com os filtros"
with_selected = "selecionados"
Year of Publication = "Ano de Publicação"
Yesterday = "Ontem"
You do not have any fines = "Você não tem quaisquer multas"
Expand Down
1 change: 0 additions & 1 deletion languages/ru.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,6 @@ What am I looking at = "Что я ищу?"
widen_prefix = "Попытайтесь расширить свой поиск"
wiki_link = "Предоставлено Wikipedia"
with filters = "с фильтрами"
with_selected = "с выбранными"
Year of Publication = "Дата издания"
Yesterday = "Вчера"
You do not have any fines = "У Вас нет штафов"
Expand Down
1 change: 0 additions & 1 deletion languages/sl.ini
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,6 @@ Web = "Splet"
widen_prefix = "Poizkusite razširiti vaše iskanje"
wiki_link = "V Wikipediji"
with filters = "s filtri"
with_selected = "z izbranim"
Year of Publication = "Leto izdaje"
Yesterday = "Včeraj"
You do not have any fines = "Nimate zamudnin"
Expand Down
1 change: 0 additions & 1 deletion languages/sv.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,6 @@ What am I looking at = "Vad tittar jag på?"
widen_prefix = "Pröva att utvidga sökningen:"
wiki_link = "Levererad av Wikipedia"
with filters = "med filter"
with_selected = "med valda"
Year of Publication = "Utgivningsår"
Yesterday = "Från igår"
You do not have any fines = "Du har inga obetalda avgifter"
Expand Down
1 change: 0 additions & 1 deletion languages/tr.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,6 @@ What am I looking at = "Neye Bakıyorum?"
widen_prefix = "Aramanızı genişletmeyi deneyin."
wiki_link = "Yukarıdaki bilgiler Wikipedia'dan alınmıştır"
with filters = "Filitreleme"
with_selected = "seçilmiş olan"
Year of Publication = "Yayın Tarihi"
Yesterday = "Dün"
You do not have any fines = "Geçikme cezanız yoktur"
Expand Down
1 change: 0 additions & 1 deletion languages/uk.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,6 @@ What am I looking at = "Що я шукаю?"
widen_prefix = "Спробуйте розширити Ваш пошук до"
wiki_link = "Надано: Wikipedia"
with filters = "з фільтрами"
with_selected = "з відміченими"
Year of Publication = "Рік видання"
Yesterday = "Вчора"
You do not have any fines = "Ви не маєте пені"
Expand Down
1 change: 0 additions & 1 deletion languages/vi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,6 @@ What am I looking at = "Tôi đang nhìn cái gì thế này?"
widen_prefix = "Thử mở rộng tìm kiếm của bạn thành"
wiki_link = "Được cung cấp bởi Wikipedia"
with filters = "với bộ lọc"
with_selected = "với đã chọn"
Year of Publication = "Năm xuất bản"
Yesterday = "Hôm qua"
You do not have any fines = "Bạn không có tiền phạt nào"
Expand Down
1 change: 0 additions & 1 deletion languages/zh-cn.ini
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,6 @@ wcterms_narrower = "更确切主题"
Web = "网站"
wiki_link = "维基百科提供"
with filters = "带过滤器"
with_selected = "与选定的"
Year of Publication = "出版年"
Yesterday = "昨天"
You do not have any fines = "您没有任何罚款"
Expand Down
1 change: 0 additions & 1 deletion languages/zh.ini
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ wcterms_narrower = "更確切主題"
Web = "網站"
wiki_link = "維基百科提供"
with filters = "帶過濾器"
with_selected = "與選定的"
Year of Publication = "出版年"
Yesterday = "昨天"
You do not have any fines = "您沒有任何罰款"
Expand Down
10 changes: 10 additions & 0 deletions module/VuFind/src/VuFind/View/Helper/Root/Record.php
Original file line number Diff line number Diff line change
Expand Up @@ -707,4 +707,14 @@ protected function deduplicateLinks($links)
{
return array_values(array_unique($links, SORT_REGULAR));
}

/**
* Get the unique title id of the record
*
* @return string
*/
public function getTitleDescribedById()
Comment thread
demiankatz marked this conversation as resolved.
Outdated
{
return "{$this->driver->getSourceIdentifier()}|{$this->driver->getUniqueId()}";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
$cover = $coverDetails['html'];
$thumbnail = false;
$thumbnailAlignment = $this->record($this->driver)->getThumbnailAlignment('list');
$describedById = $this->record($this->driver)->getTitleDescribedById();
?>
<li class="result<?php if ($this->driver->supportsAjaxStatus()): ?> ajaxItem<?php endif ?>">
<?php if ($cover):
Expand All @@ -36,7 +37,7 @@
<div class="resultItemLine1">
<?php $missing = $this->driver instanceof \VuFind\RecordDriver\Missing; ?>
<?php if (!$missing): ?><a href="<?=$this->escapeHtmlAttr($this->recordLinker()->getUrl($this->driver))?>" class="getFull" data-view="<?=$this->params->getOptions()->getListViewOption() ?>"><?php endif; ?>
<span class="title"><?=$this->record($this->driver)->getTitleHtml()?></span>
<span id="<?=$describedById?>" class="title"><?=$this->record($this->driver)->getTitleHtml()?></span>
<?php if (!$missing): ?></a><?php endif; ?>
<?php foreach ($this->driver->tryMethod('getTitlesAltScript', [], []) as $altTitle): ?>
<div class="title-alt">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
$cover = $coverDetails['html'];
$thumbnail = false;
$thumbnailAlignment = $this->record($this->driver)->getThumbnailAlignment('result');
$describedById = $this->record($this->driver)->getTitleDescribedById();
if ($cover):
ob_start(); ?>
<div class="media-<?=$thumbnailAlignment ?> <?=$this->escapeHtmlAttr($coverDetails['size'])?>">
Expand All @@ -21,7 +22,7 @@
<div class="media-body">
<div class="result-body">
<div>
<a href="<?=$this->escapeHtmlAttr($recordLinker->getUrl($this->driver))?>" class="title getFull" data-view="<?=isset($this->params) ? $this->params->getOptions()->getListViewOption() : 'list' ?>">
<a id="<?=$describedById?>" href="<?=$this->escapeHtmlAttr($recordLinker->getUrl($this->driver))?>" class="title getFull" data-view="<?=isset($this->params) ? $this->params->getOptions()->getListViewOption() : 'list' ?>">
<?=$this->record($this->driver)->getTitleHtml()?>
</a>
<?php foreach ($this->driver->tryMethod('getTitlesAltScript', [], []) as $altTitle): ?>
Expand Down Expand Up @@ -179,7 +180,7 @@
<?php if ($this->userlist()->getMode() !== 'disabled'): ?>
<?php if ($this->permission()->allowDisplay('feature.Favorites')): ?>
<?php /* Add to favorites */ ?>
<a href="<?=$this->escapeHtmlAttr($recordLinker->getActionUrl($this->driver, 'Save'))?>" data-lightbox class="save-record result-link icon-link" data-id="<?=$this->escapeHtmlAttr($this->driver->getUniqueId()) ?>">
<a href="<?=$this->escapeHtmlAttr($recordLinker->getActionUrl($this->driver, 'Save'))?>" data-lightbox class="save-record result-link icon-link" data-id="<?=$this->escapeHtmlAttr($this->driver->getUniqueId()) ?>" aria-describedby="<?=$describedById?>">
<?=$this->icon('user-favorites', 'icon-link__icon') ?>
<span class="result-link-label icon-link__label"><?=$this->transEsc('Add to favorites')?></span>
Comment thread
demiankatz marked this conversation as resolved.
</a><br>
Expand All @@ -197,7 +198,7 @@
<?php foreach ($trees as $hierarchyID => $hierarchyTitle): ?>
<div class="hierarchyTreeLink">
<input type="hidden" value="<?=$this->escapeHtmlAttr($hierarchyID)?>" class="hiddenHierarchyId">
<a class="hierarchyTreeLinkText result-link-label icon-link" data-lightbox href="<?=$this->escapeHtmlAttr($recordLinker->getTabUrl($this->driver, 'HierarchyTree', ['hierarchy' => $hierarchyID]))?>#tabnav" title="<?=$this->transEscAttr('hierarchy_tree')?>" data-lightbox-href="<?=$this->escapeHtmlAttr($recordLinker->getTabUrl($this->driver, 'AjaxTab', ['hierarchy' => $hierarchyID]))?>" data-lightbox-post="tab=hierarchytree">
<a class="hierarchyTreeLinkText result-link-label icon-link" data-lightbox href="<?=$this->escapeHtmlAttr($recordLinker->getTabUrl($this->driver, 'HierarchyTree', ['hierarchy' => $hierarchyID]))?>#tabnav" title="<?=$this->transEscAttr('hierarchy_tree')?>" data-lightbox-href="<?=$this->escapeHtmlAttr($recordLinker->getTabUrl($this->driver, 'AjaxTab', ['hierarchy' => $hierarchyID]))?>" data-lightbox-post="tab=hierarchytree" aria-describedby="<?=$describedById?>">
<?=$this->icon('tree-context', 'icon-link__icon') ?>
<span class="icon-link__label"><?=$this->transEsc('hierarchy_view_context')?><?php if (count($trees) > 1): ?>: <?=$this->escapeHtml($hierarchyTitle)?><?php endif; ?></span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap3/templates/cart/cart.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="checkbox pull-left flip">
<label>
<input type="checkbox" name="selectAll" class="checkbox-select-all">
<?=$this->transEsc('select_page')?>
<?=$this->transEsc('select_page_cart')?>
</label>
</div>
<?php if ($this->userlist()->getMode() !== 'disabled'): ?>
Expand Down
Loading