Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
9f7e50ae
Commit
9f7e50ae
authored
13 years ago
by
Kamil Domanski
Browse files
Options
Downloads
Patches
Plain Diff
make files app translateable
parent
ca849a4f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
files/templates/admin.php
+9
-9
9 additions, 9 deletions
files/templates/admin.php
files/templates/index.php
+6
-6
6 additions, 6 deletions
files/templates/index.php
with
15 additions
and
15 deletions
files/templates/admin.php
+
9
−
9
View file @
9f7e50ae
<form
action=
'#'
method=
'post'
>
<?php
if
(
$_
[
'htaccessWorking'
])
:
?>
Maximum upload size
<input
name=
'maxUploadSize'
value=
'
<?php
echo
$_
[
'uploadMaxFilesize'
]
?>
'
/><br/>
<?php
echo
$l
->
t
(
'
Maximum upload size
'
);
?>
<input
name=
'maxUploadSize'
value=
'
<?php
echo
$_
[
'uploadMaxFilesize'
]
?>
'
/><br/>
<?php
endif
;
?>
<input
type=
"checkbox"
/>
Allow public folders
<br>
<input
type=
"checkbox"
/>
<?php
echo
$l
->
t
(
'
Allow public folders
'
);
?>
<br>
(if public is enabled)
<br>
<input
type=
"radio"
name=
"sharingaim"
checked=
"checked"
/>
separated from webdav storage
<br>
<input
type=
"radio"
name=
"sharingaim"
/>
let the user decide
<br>
<input
type=
"radio"
name=
"sharingaim"
/>
folder "/public" in webdav storage
<br>
(endif)
<br>
<?php
echo
$l
->
t
(
'
(if public is enabled)
'
);
?>
<br>
<input
type=
"radio"
name=
"sharingaim"
checked=
"checked"
/>
<?php
echo
$l
->
t
(
'
separated from webdav storage
'
);
?>
<br>
<input
type=
"radio"
name=
"sharingaim"
/>
<?php
echo
$l
->
t
(
'
let the user decide
'
);
?>
<br>
<input
type=
"radio"
name=
"sharingaim"
/>
<?php
echo
$l
->
t
(
'
folder "/public" in webdav storage
'
);
?>
<br>
<?php
echo
$l
->
t
(
'(endif)'
);
?>
<br>
<input
type=
"checkbox"
/>
Allow downloading shared files
<br>
<input
type=
"checkbox"
/>
Allow uploading in shared directory
<br>
<input
type=
"checkbox"
/>
<?php
echo
$l
->
t
(
'
Allow downloading shared files
'
);
?>
<br>
<input
type=
"checkbox"
/>
<?php
echo
$l
->
t
(
'
Allow uploading in shared directory
'
);
?>
<br>
<input
type=
'submit'
value=
'Save'
/>
</form>
This diff is collapsed.
Click to expand it.
files/templates/index.php
+
6
−
6
View file @
9f7e50ae
...
...
@@ -15,9 +15,9 @@
<input
type=
"text"
class=
"prettybutton"
name=
"file_newfolder_name"
id=
"file_newfolder_name"
value=
"New Folder"
/>
<input
class=
"prettybutton"
type=
"submit"
id=
"file_newfolder_submit"
name=
"file_newfolder_submit"
value=
"OK"
/>
</form>
<a
href=
""
title=
""
class=
"download"
>
Download
</a>
<a
href=
""
title=
""
class=
"share"
>
Share
</a>
<a
href=
""
title=
""
class=
"delete"
>
Delete
</a>
<a
href=
""
title=
""
class=
"download"
>
<?php
echo
$l
->
t
(
'
Download
'
);
?>
</a>
<a
href=
""
title=
""
class=
"share"
>
<?php
echo
$l
->
t
(
'Share'
);
?>
</a>
<a
href=
""
title=
""
class=
"delete"
>
<?php
echo
$l
->
t
(
'Delete'
);
?>
</a>
</div>
<div
id=
"file_action_panel"
>
</div>
...
...
@@ -31,9 +31,9 @@
<thead>
<tr>
<th><input
type=
"checkbox"
id=
"select_all"
/></th>
<th>
Name
</th>
<th>
Size
</th>
<th>
Modified
</th>
<th>
<?php
echo
$l
->
t
(
'Name'
);
?>
</th>
<th>
<?php
echo
$l
->
t
(
'Size'
);
?>
</th>
<th>
<?php
echo
$l
->
t
(
'
Modified
'
);
?>
</th>
<th></th>
</tr>
</thead>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment