Mercurial > p > roundup > code
changeset 7927:ea4e3dc4b59e
fix: align _generic.help.html from responsive template to devel
Update responsive template as it's _generic.help.html was identical
except for a 'class=table' vs 'class=classhelp'. AFAICT, '.table'
never appears in the css, so the class has no effect.
This makes applying changes easier since I have a couple of identical
files.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 02 May 2024 21:54:16 -0400 |
| parents | 05f36a527a45 |
| children | c05ea62b4c7a |
| files | share/roundup/templates/responsive/html/_generic.help.html |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/share/roundup/templates/responsive/html/_generic.help.html Thu May 02 21:49:17 2024 -0400 +++ b/share/roundup/templates/responsive/html/_generic.help.html Thu May 02 21:54:16 2024 -0400 @@ -2,7 +2,7 @@ <tal:block metal:fill-slot="content"> <tal:block tal:condition="python:'property' in request.form"> <form name="frm_help" action="#"> - <table class="table" + <table class="classhelp" tal:define="props python:request.form['properties'].value.split(','); legend templates/help/macros/legend; navigation templates/help/macros/batch_navi;
