page-arrange-fields-popup-edit-field.tpl.php in Arrange Fields 6
File
page-arrange-fields-popup-edit-field.tpl.php
View source
<?php
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php
print $language->language;
?>" lang="<?php
print $language->language;
?>" dir="<?php
print $language->dir;
?>">
<head>
<title><?php
print $head_title;
?>-popup</title>
<?php
print $head;
?>
<?php
print $styles;
?>
<?php
print $scripts;
?>
</head>
<body class="<?php
print $body_classes;
?>">
<div id="arrange-fields-field-config-popup">
<?php
if ($breadcrumb || $title || $tabs || $help || $messages) {
?>
<div id="content-header">
<?php
if ($title) {
?>
<h1 class="title"><?php
print $title;
?></h1>
<?php
}
?>
<?php
print $messages;
?>
<?php
if ($tabs) {
?>
<div class="tabs"><?php
print $tabs;
?></div>
<?php
}
?>
<?php
print $help;
?>
</div> <!-- /#content-header -->
<?php
}
?>
<div id="content-area">
<?php
print $content;
?>
</div>
<?php
if ($closure_region) {
?>
<div id="closure-blocks" class="region region-closure"><?php
print $closure_region;
?></div>
<?php
}
?>
<?php
print $closure;
?>
</div>
</body>
</html>