Skip to content

Commit

Permalink
Dev: 508ls (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
billdacat authored and Shnoulle committed Jun 30, 2017
1 parent 2948093 commit 3af6b9a
Show file tree
Hide file tree
Showing 35 changed files with 70 additions and 69 deletions.
2 changes: 1 addition & 1 deletion application/views/admin/checkintegrity/check_view.php
@@ -1,4 +1,4 @@
<h3 class="pagetitle"><?php eT("Check data integrity");?></h3>
<div class="pagetitle h3"><?php eT("Check data integrity");?></div>

<div class="row" style="margin-bottom: 100px">
<div class="col-lg-12">
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/checkintegrity/fix_view.php
@@ -1,4 +1,4 @@
<h3 class="pagetitle"><?php eT("Check data integrity");?></h3>
<div class="pagetitle h3"><?php eT("Check data integrity");?></div>

<div class="row" style="margin-bottom: 100px">
<div class="col-lg-12">
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/dataentry/vvimport_result.php
Expand Up @@ -4,7 +4,7 @@
<div class="col-sm-11 col-sm-offset-1 content-right">
<!-- Message box from super admin -->
<div class="jumbotron message-box <?php echo isset($class) ? $class : ""; ?>">
<h2 ><?php echo $title;?></h2>
<div class="h2><?php echo $title;?></div>
<dl>
<?php if(isset($aResult['success']) && is_array($aResult['success'])) {?>
<dt class='success'><?php eT("Success"); ?></dt>
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/globalSettings_view.php
Expand Up @@ -6,7 +6,7 @@
</script>

<div class="container-fluid welcome full-page-wrapper">
<h3 class="pagetitle"><?php eT("Global settings"); ?></h3>
<div class="pagetitle h3"><?php eT("Global settings"); ?></div>

<ul class="nav nav-tabs" id="settingTabs">
<li role="presentation" class="active"><a role="tab" data-toggle="tab" href='#overview'><?php eT("Overview"); ?></a></li>
Expand Down
4 changes: 2 additions & 2 deletions application/views/admin/labels/labelsets_view.php
Expand Up @@ -8,7 +8,7 @@
?>
<?php $pageSize=Yii::app()->user->getState('pageSize',Yii::app()->params['defaultPageSize']);?>
<div class="col-lg-12">
<h3><?php eT('Label sets list'); ?></h3>
<div class="pagetitle h3"><?php eT('Label sets list'); ?></div>

<div class="row">
<div class="col-lg-12 content-right">
Expand Down Expand Up @@ -83,4 +83,4 @@
});
});
});
</script>
</script>
2 changes: 1 addition & 1 deletion application/views/admin/labels/labelview_view.php
Expand Up @@ -7,7 +7,7 @@
<?php $this->renderPartial("./labels/_labelviewquickadd_view", array()); ?>

<div class="col-sm-12 labels">
<h3 class="pagetitle"><?php eT("Labels") ?></h3>
<div class="pagetitle h3"><?php eT("Labels") ?></div>
<div class="row">

<!-- Left content -->
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/notification/index.php
@@ -1,7 +1,7 @@
<!-- List all notifications -->

<div class="container-fluid welcome full-page-wrapper">
<h3 class="pagetitle"><?php eT('Notifications'); ?></h3>
<div class="pagetitle h3"><?php eT('Notifications'); ?></div>
<?php

$surveyGrid = $this->widget('bootstrap.widgets.TbGridView', array(
Expand Down
@@ -1,5 +1,5 @@
<div class="col-xs-12 ">
<h3 class="pagetitle row">
<div class="pagetitle row h3">
<div class="col-xs-8 ">
<?php eT("Attribute management"); ?>
</div>
Expand All @@ -10,7 +10,7 @@
<?php eT("Add new attribute"); ?>
</button>
</div>
</h3>
</div>

<div class="row">
<div class="container-fluid">
Expand Down
4 changes: 2 additions & 2 deletions application/views/admin/participants/attributeMap_view.php
Expand Up @@ -20,9 +20,9 @@
</script>

<div class='header ui-widget-header'>
<h3 class='pagetitle'>
<div class='pagetitle h3'>
<?php eT("Map your participant attributes to an existing token attribute or create a new one"); ?>
</h3>
</div>
</div>
<?php
$columncount = 0;
Expand Down
@@ -1,5 +1,5 @@
<div class="col-xs-12">
<h3 class="pagetitle row">
<div class="pagetitle h3 row">
<div class="col-xs-8 ">
<?php eT("Central participant management"); ?>
</div>
Expand All @@ -10,7 +10,7 @@
<?php eT("Add new participant"); ?>
</button>
</div>
</h3>
</div>
<div class="row" style="margin-bottom: 100px">
<div class="container-fluid">
<?php
Expand Down
Expand Up @@ -4,7 +4,7 @@
); ?>
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title" id="participant_edit_modal"><?php echo ngT('Add participant to survey|Add participants to survey', $count); ?></h4>
<div class="modal-title h4" id="participant_edit_modal"><?php echo ngT('Add participant to survey|Add participants to survey', $count); ?></div>
</div>

<div class="modal-body form-horizontal">
Expand Down
@@ -1,6 +1,6 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title" id="participant_edit_modal"><?php if ($editType == 'add'): eT('Add participant'); else: eT('Edit participant'); endif; ?></h4>
<div class="modal-title h4" id="participant_edit_modal"><?php if ($editType == 'add'): eT('Add participant'); else: eT('Edit participant'); endif; ?></div>
</div>
<div class="modal-body edit-participant-modal-body form-horizontal">
<?php
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/pluginmanager/configure.php
@@ -1,4 +1,4 @@
<h3 class="pagetitle"><?php echo sprintf(gT("Settings for plugin: %s"), $plugin['name']); ?></h3>
<div class="pagetitle h3"><?php echo sprintf(gT("Settings for plugin: %s"), $plugin['name']); ?></div>

<div class="col-md-6 col-md-offset-1">
<?php
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/pluginmanager/index.php
Expand Up @@ -10,7 +10,7 @@
?>
<?php $pageSize = intval(Yii::app()->user->getState('pageSize', Yii::app()->params['defaultPageSize'])); ?>

<h3 class="pagetitle"><?php eT('Plugin manager'); ?></h3>
<div class="pagetitle h3"><?php eT('Plugin manager'); ?></div>
<div style="width: 75%; margin: auto;">
<div id="ls_action_changestate_form_container">
<?php
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/super/messagebox.php
Expand Up @@ -10,7 +10,7 @@
<div class="col-sm-12 content-center">
<!-- Message box from super admin -->
<div class="jumbotron message-box <?php echo isset($class) ? $class : ""; ?>">
<h2 ><?php echo $title;?></h2>
<div class="h2"><?php echo $title;?></div>
<?php echo $message;?>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/super/title_bar.php
@@ -1,7 +1,7 @@
<div class='menubar surveymanagerbar'>
<div class='row container-fluid'>
<div class="col-xs-12 col-md-12">
<h3 id="survey_title"><a href="<?php echo Yii::app()->createUrl('admin/survey/sa/view/surveyid/'.$surveyid);?>"><?php echo $title_bar['title']; ?></a></h3>
<div id="survey_title" class="h3"><a href="<?php echo Yii::app()->createUrl('admin/survey/sa/view/surveyid/'.$surveyid);?>"><?php echo $title_bar['title']; ?></a></div>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions application/views/admin/survey/Question/editQuestion_view.php
Expand Up @@ -22,7 +22,7 @@
}
?>
<!-- Page Title-->
<h3>
<div class="pagetitle h3">
<?php
if ($adding)
{
Expand All @@ -38,7 +38,7 @@
echo ': <em>'.$eqrow['title'].'</em> (ID:'.$qid.')';
}
?>
</h3>
</div>

<div class="row">
<!-- Form for the whole page-->
Expand Down
Expand Up @@ -31,7 +31,7 @@
$sTitle=gT("Edit survey settings");
}
$this->renderPartial('/admin/survey/breadcrumb', array('oSurvey'=>$oSurvey, 'active'=>$sTitle)); ?>
<h3 class="pagetitle"><?php echo $sTitle; ?></h3>
<div class="pagetitle h3"><?php echo $sTitle; ?></div>

<!-- Edition container -->

Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/survey/listSurveys_view.php
Expand Up @@ -8,7 +8,7 @@
?>
<?php $pageSize=Yii::app()->user->getState('pageSize',Yii::app()->params['defaultPageSize']);?>
<div class="col-sm-12 list-surveys">
<h3><?php eT('Survey list'); ?></h3>
<div class="pagetitle h3"><?php eT('Survey list'); ?></div>

<!-- Survey List widget -->
<?php $this->widget('ext.admin.survey.ListSurveysWidget.ListSurveysWidget', array(
Expand Down
2 changes: 1 addition & 1 deletion application/views/admin/survey/newSurvey_view.php
Expand Up @@ -15,7 +15,7 @@
templaterooturl='<?php echo Yii::app()->getConfig('usertemplaterooturl');?>';
</script>

<h3 class="pagetitle"><?php eT("Create, import, or copy survey"); ?></h3>
<div class="pagetitle h3"><?php eT("Create, import, or copy survey"); ?></div>
<div class="row" style="margin-bottom: 100px">
<div class="col-lg-12">
<!-- tabs -->
Expand Down
Expand Up @@ -20,15 +20,15 @@
<!-- General Option -->
<div class="panel panel-default" id="generaloptionsContainer">
<div class="panel-heading" role="tab" id="heading-generaloptions">
<h4 class="panel-title">
<div class="panel-title h4">
<a class="btn btn-default btn-xs hide-button hidden-xs opened handleAccordion hidden-sm">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Expand/Collapse</span>
</a>
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#generaloptions" aria-expanded="true" aria-controls="generaloptions">
<?php eT("General options");?>
</a>
</h4>
</div>
</div>
<div id="generaloptions" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading-generaloptions">
<div class="panel-body">
Expand All @@ -41,15 +41,15 @@
<!-- Presentation & navigation -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading-presentationoptions">
<h4 class="panel-title">
<div class="panel-title h4">
<a class="btn btn-default btn-xs hide-button hidden-xs opened handleAccordion hidden-sm">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Expand/Collapse</span>
</a>
<a class="collapsed" role="button" data-parent="#accordion" data-toggle="collapse" href="#presentationoptions" aria-expanded="false" aria-controls="presentationoptions">
<?php eT("Presentation & navigation"); ?>
</a>
</h4>
</div>
</div>
<div id="presentationoptions" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-presentationoptions">
<div class="panel-body">
Expand All @@ -61,15 +61,15 @@
<!-- Publication & access control -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading-publicationoptions">
<h4 class="panel-title">
<div class="panel-title h4">
<a class="btn btn-default btn-xs hide-button hidden-xs opened handleAccordion hidden-sm">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Expand/Collapse</span>
</a>
<a class="collapsed" role="button" data-parent="#accordion" data-toggle="collapse" href="#publicationoptions" aria-expanded="false" aria-controls="publicationoptions">
<?php eT("Publication & access control"); ?>
</a>
</h4>
</div>
</div>
<div id="publicationoptions" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-publicationoptions">
<div class="panel-body">
Expand All @@ -81,15 +81,15 @@
<!-- Notification & data management -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading-notificationoptions">
<h4 class="panel-title">
<div class="panel-title h4">
<a class="btn btn-default btn-xs hide-button hidden-xs opened handleAccordion hidden-sm">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Expand/Collapse</span>
</a>
<a class="collapsed" role="button" data-parent="#accordion" data-toggle="collapse" href="#notificationoptions" aria-expanded="false" aria-controls="notificationoptions">
<?php eT("Notification & data management"); ?>
</a>
</h4>
</div>
</div>
<div id="notificationoptions" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-notificationoptions">
<div class="panel-body">
Expand All @@ -101,15 +101,15 @@
<!-- Tokens -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading-tokensoptions">
<h4 class="panel-title">
<div class="panel-title h4">
<a class="btn btn-default btn-xs hide-button hidden-xs opened handleAccordion hidden-sm">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Expand/Collapse</span>
</a>
<a class="collapsed" role="button" data-parent="#accordion" data-toggle="collapse" href="#tokensoptions" aria-expanded="false" aria-controls="tokensoptions">
<?php eT("Tokens"); ?>
</a>
</h4>
</div>
</div>
<div id="tokensoptions" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-tokensoptions">
<div class="panel-body">
Expand All @@ -123,15 +123,15 @@
<!-- Panel integration -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading-integrationoptions">
<h4 class="panel-title">
<div class="panel-title h4">
<a class="btn btn-default btn-xs hide-button hidden-xs opened handleAccordion hidden-sm">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Expand/Collapse</span>
</a>
<a class="collapsed" role="button" data-parent="#accordion" data-toggle="collapse" href="#integrationoptions" aria-expanded="false" aria-controls="integrationoptions">
<?php eT("Panel integration"); ?>
</a>
</h4>
</div>
</div>
<div id="integrationoptions" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-integrationoptions">
<div class="panel-body">
Expand All @@ -146,14 +146,14 @@
<!-- Resources -->
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading-resourcesoptions">
<h4 class="panel-title">
<div class="panel-title h4">
<a class="btn btn-default btn-xs hide-button hidden-xs opened handleAccordion hidden-sm">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="collapsed" role="button" data-parent="#accordion" data-toggle="collapse" href="#resourcesoptions" aria-expanded="false" aria-controls="resourcesoptions">
<?php eT("Resources"); ?>
</a>
</h4>
</div>
</div>
<div id="resourcesoptions" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading-resourcesoptions">
<div class="panel-body">
Expand Down

0 comments on commit 3af6b9a

Please sign in to comment.