Mercurial > prosody-modules
view mod_muc_log_http/muc_log_http/themes/prosody/days_body.html @ 4211:0f26ae2f2a74
mod_invites_page: Change client selection button text from 'Install' to 'Select' by default
This also allows specific clients entries to override the text via the 'select_text' field.
Rationale:
1) users may already have the software installed, we still want them to select it anyway
for the tailored setup experience.
2) some clients (e.g. web clients) are not really "installed" so the text was misleading
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 16 Oct 2020 11:06:25 +0100 |
parents | bdd3e3bfc219 |
children |
line wrap: on
line source
<div id="title"> <div id="date">###SINCE### - ###TO###</div> <div id="roomjid">###JID###</div> <div id="links">(join via <a class="component" href="xmpp:###JID###?join">client</a>)</div> </div> <div id="calendar"> <div id="navigation"> <a class="nav" href="../###PREVIOUS_ROOM###/"><</a> <a class="nav" href="../">^</a> <a class="nav" href="../###NEXT_ROOM###/">></a> </div> <div class="weekday">List of rooms for this component</div> <div id="roomList">###ROOMS###</div> </div> <div class="topic">###ROOMTOPIC###</div> <div id="main"> ###DAYS_STUFF### </div>