Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
73ecdb92
Commit
73ecdb92
authored
Jan 20, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 20, 2007
Browse files
HTML changes so that the page looks a bit better
parent
4855ee27
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/admin/users/institutions.tpl
View file @
73ecdb92
...
@@ -35,21 +35,18 @@
...
@@ -35,21 +35,18 @@
<td>
<td>
<form
action=
""
method=
"post"
>
<form
action=
""
method=
"post"
>
<input
type=
"hidden"
name=
"i"
value=
"
{
$institution
->
name
}
"
>
<input
type=
"hidden"
name=
"i"
value=
"
{
$institution
->
name
}
"
>
<input
type=
"submit"
name=
"edit"
value=
"
{
str
tag
=
"edit"
}
"
id=
"admininstitution_edit"
>
<input
type=
"submit"
class=
"submit"
name=
"edit"
value=
"
{
str
tag
=
"edit"
}
"
id=
"admininstitution_edit"
>
{
if
!
$institution
->
hasmembers
&&
$institution
->
name
!=
'mahara'
}
<input
type=
"submit"
name=
"delete"
value=
"
{
str
tag
=
"delete"
}
"
id=
"admininstitution_delete"
>
{/
if
}
{
if
!
$institution
->
hasmembers
&&
$institution
->
name
!=
'mahara'
}
<input
type=
"submit"
class=
"submit"
name=
"delete"
value=
"
{
str
tag
=
"delete"
}
"
id=
"admininstitution_delete"
>
{/
if
}
</form>
</form>
</td>
</td>
</tr>
</tr>
{/
foreach
}
{/
foreach
}
<tr>
<tr>
<td
colspan=
"4"
>
<form
action=
""
method=
"post"
>
<input
type=
"submit"
class=
"submit"
name=
"add"
value=
"
{
str
tag
=
"addinstitution"
section
=
"admin"
}
"
id=
"admininstitution_add"
>
</form>
</td>
</tr>
</tbody>
</tbody>
</table>
</table>
<form
action=
""
method=
"post"
>
<input
type=
"submit"
class=
"submit"
name=
"add"
value=
"
{
str
tag
=
"addinstitution"
section
=
"admin"
}
"
id=
"admininstitution_add"
>
</form>
{/
if
}
{/
if
}
{/
if
}
{/
if
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment