Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Oct 25, 2024
1 parent 0a704ec commit 26f5953
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class skin_zms5_base:
package = ""

# Revision
revision = "5.0.1"
revision = "5.0.2"

# Type
type = "ZMSLibrary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
data-path python:zmscontext.getRootElement().getRefObjPath(here);
data-root python:zmscontext.getRootElement().getHome().id;
data-client python:zmsclient.getHome().id;
data-level python:zmscontext.getLevel();
id python:'zmsid_%s'%(zmscontext.id);
class python:'zms web %s %s'%(zmscontext.meta_id, attr_dc_type)">
<span id="header_nav_toggler" class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#header_nav" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
Expand Down
3 changes: 2 additions & 1 deletion Products/zms/import/skin_zms5_base-5.0.2.metaobj.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@
tal:define="latestposts python:[k for k in zmsroot.getConfProperties().keys() if 'ZMS.permalink.latestpost' in k];">
<h2 tal:content="structure python:zmsclient.getLangStr('LATESTPOSTS.title')">Aktuelle Dokumente</h2>
<tal:block tal:repeat="latestpost latestposts">
<article tal:on-error="nothing" tal:define="node python:zmsroot.getLinkObj(zmsroot.getConfProperty(latestpost),request);
<article tal:on-error="nothing"
tal:define="node python:zmsroot.getLinkObj(zmsroot.getConfProperty(latestpost),request);
titlealt python:node.attr('titlealt')">
<h3><a href="#"
tal:attributes="href python:node.getHref2IndexHtml(request)"
Expand Down

0 comments on commit 26f5953

Please sign in to comment.