-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add headings to minimal pages, fix #265
- Loading branch information
1 parent
e69371d
commit d8972ab
Showing
4 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
<?php $this -> htmlElement('body')->appendAttribute('class', 'install'); ?> | ||
<?php $this->htmlElement('body')->appendAttribute('class', 'install'); ?> | ||
<?php | ||
$form->prepare(); | ||
$form->setAttribute('action', $this->url('install')); | ||
$form->setAttribute('method', 'post'); | ||
echo $this->form()->openTag($form); | ||
?> | ||
<h1>Install Omeka S</h1> | ||
<?php echo $this->form()->openTag($form); ?> | ||
|
||
<?php echo $this->formElements($form); ?> | ||
<button>Install</button> | ||
<?php echo $this->form()->closeTag(); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters