Restore vim modelines
This commit is contained in:
parent
58737a6962
commit
203e6d3f9b
|
@ -1,3 +1,4 @@
|
|||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
<div class="box">
|
||||
<div class="content">
|
||||
<h1 class="title is-1"><%= l('About') %></h1>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
<section class="box">
|
||||
% if (stash('expired_or_deleted_invitation')) {
|
||||
<div class="message is-danger">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
<div class="box">
|
||||
<h1 class="title is-1 has-text-centered mb-6"><%= l('My files') %></h1>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
% my %d = (
|
||||
% delay_0 => l('no time limit'),
|
||||
% delay_1 => l('24 hours'),
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
<div class="box">
|
||||
% if (scalar(@{$self->stash('fails')})) {
|
||||
<div class="message is-error">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
% stash subject => l('%1 invites you to send him/her files', stash('ldap_user'));
|
||||
|
||||
%= l('Hello,')
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
% use Number::Bytes::Human qw(format_bytes);
|
||||
% my $lang = $self->get_date_lang();
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
% my $lang = $self->languages;
|
||||
% $lang =~ s/-(.*)/_\U$1/;
|
||||
<!DOCTYPE html>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
<div class="box">
|
||||
% if (defined stash('msg')) {
|
||||
<div class="message is-error">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
<div class="box">
|
||||
% if (defined stash('msg')) {
|
||||
<div class="message is-error">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
<div class="box">
|
||||
% if (defined(stash('msg'))) {
|
||||
<div class="message is-danger">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
<section class="box">
|
||||
% if (!defined(stash('f')) && defined(stash('msg'))) {
|
||||
<div class="message is-danger">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
|
||||
% if (!defined(stash('f')) && defined(stash('msg'))) {
|
||||
<div class="message is-danger">
|
||||
<div class="message-body">
|
||||
|
|
Loading…
Reference in New Issue