Sha256: e7e0dc5b8a6dd27c08accc7129f99394ae3174e75f770a79133b68ed010cd015
Contents?: true
Size: 570 Bytes
Versions: 20
Compression:
Stored size: 570 Bytes
Contents
<% access = _kas.events.call(:check_page_access, {:page => :logs_show}) if !access print _("You do not have access to this page.") exit end ob = _kas.events.call(:ob) log = _kas.ob.get(:Log, _get["log_id"]) %> <table class="form"> <% print Knj::Web.inputs([{ :title => _("Date"), :type => :info, :value => Knj::Datet.in(log[:date_saved]).out }]) if ob print Knj::Web.input( :title => _("Objects"), :type => :info, :value => log.objects_html(ob) ) end %> </table> <div style="padding-top: 10px;"> <%=log.text%> </div>
Version data entries
20 entries across 20 versions & 1 rubygems