mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 05:56:27 +02:00
example global.cfg minor change
This commit is contained in:
parent
a2c35b2b7e
commit
d786a0f30e
4 changed files with 12 additions and 50 deletions
|
@ -92,7 +92,7 @@ sub tpl(){
|
|||
}
|
||||
|
||||
print $q->div({-id=>'Headerlogin'},"$users_sharee->{txt08} ", $q->span({-id=>"owner", -style=>"color:silver"}, "($users_dms->{u_id})")),"\n";
|
||||
print $q->div({-id=>'Headerlogin'},$q->a({-href=>"logout"},$q->img({-style=>'padding:0px 10px;',-src=>"$varenv->{metahost}/img/logout.svg"}))),"\n";
|
||||
print $q->div({-id=>'Headerlogin'},$q->a({-href=>"logout",-title=>'logout'},$q->span({-class=>"bi bi-door-open", -style=>'font-size:1em;color:white;padding-right:1em;'}))),"\n";
|
||||
print "</div>";
|
||||
print "</div>";
|
||||
}
|
||||
|
@ -320,15 +320,6 @@ sub tplselect(){
|
|||
#print Dumper($node_meta);
|
||||
#exit;
|
||||
|
||||
print <<EOF
|
||||
<script>
|
||||
\$(function(){
|
||||
\$('.autos').autosize({append: '\\n'});
|
||||
});
|
||||
</script>
|
||||
EOF
|
||||
;
|
||||
|
||||
if($node_meta->{tpl_id} =~ /195|199/ && $node_meta->{ct_table} eq "contentuser"){
|
||||
require "Tpl/SubListe.pm";
|
||||
$return = &SubListe::tpl($node_meta,$users_dms,$mode,$return);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue