diff --git a/www/themes/profind/css/profind.css b/www/themes/profind/css/profind.css index 9ad7257..9ddaecf 100644 --- a/www/themes/profind/css/profind.css +++ b/www/themes/profind/css/profind.css @@ -1,5 +1,6 @@ html { - overflow-y: scroll + overflow-y: scroll; + background: url("../images/noise.white.png") repeat scroll 0 0 transparent; } body { color: #222; @@ -494,6 +495,11 @@ a.rowlink { border-top: 1px solid #ccc; background: #fafafa; } + +.sidebar .accordion-group .btn { + color: #fff; +} + .sdb_h_active a { background: url("../images/bullet_green.png") no-repeat 98% center } diff --git a/www/themes/profind/images/noise.white.png b/www/themes/profind/images/noise.white.png new file mode 100644 index 0000000..8c9aa91 Binary files /dev/null and b/www/themes/profind/images/noise.white.png differ diff --git a/www/themes/profind/js/ios-orientationchange-fix.js b/www/themes/profind/js/ios-orientationchange-fix.js index fd63908..0b7000d 100644 --- a/www/themes/profind/js/ios-orientationchange-fix.js +++ b/www/themes/profind/js/ios-orientationchange-fix.js @@ -2,4 +2,5 @@ Script by @scottjehl, rebound by @wilto. MIT License. */ -/*! A fix for the iOS orientationchange zoom bug. Script by @scottjehl, rebound by @wilto.MIT License.*/(function(a){function l(){c.setAttribute("content",f),g=!0}function m(){c.setAttribute("content",e),g=!1}function n(b){k=b.accelerationIncludingGravity,h=Math.abs(k.x),i=Math.abs(k.y),j=Math.abs(k.z),(!a.orientation||a.orientation===180)&&(h>7||(j>6&&i<8||j<8&&i>6)&&h>5)?g&&m():g||l()}if(!(/iPhone|iPad|iPod/.test(navigator.platform)&&navigator.userAgent.indexOf("AppleWebKit")>-1))return;var b=a.document;if(!b.querySelector)return;var c=b.querySelector("meta[name=viewport]"),d=c&&c.getAttribute("content"),e=d+",maximum-scale=1",f=d+",maximum-scale=10",g=!0,h,i,j,k;if(!c)return;a.addEventListener("orientationchange",l,!1),a.addEventListener("devicemotion",n,!1)})(this); \ No newline at end of file +/*! A fix for the iOS orientationchange zoom bug. Script by @scottjehl, rebound by @wilto.MIT License.*/ +(function(a){function l(){c.setAttribute("content",f),g=!0}function m(){c.setAttribute("content",e),g=!1}function n(b){k=b.accelerationIncludingGravity,h=Math.abs(k.x),i=Math.abs(k.y),j=Math.abs(k.z),(!a.orientation||a.orientation===180)&&(h>7||(j>6&&i<8||j<8&&i>6)&&h>5)?g&&m():g||l()}if(!(/iPhone|iPad|iPod/.test(navigator.platform)&&navigator.userAgent.indexOf("AppleWebKit")>-1))return;var b=a.document;if(!b.querySelector)return;var c=b.querySelector("meta[name=viewport]"),d=c&&c.getAttribute("content"),e=d+",maximum-scale=1",f=d+",maximum-scale=10",g=!0,h,i,j,k;if(!c)return;a.addEventListener("orientationchange",l,!1),a.addEventListener("devicemotion",n,!1)})(this); \ No newline at end of file diff --git a/www/themes/profind/views/empresa/modificar.php b/www/themes/profind/views/empresa/modificar.php index f7c02b0..aa941c6 100644 --- a/www/themes/profind/views/empresa/modificar.php +++ b/www/themes/profind/views/empresa/modificar.php @@ -1,2 +1,16 @@ -pageTitle=Yii::t('profind', 'Modificación de los datos de la empresa'); ?> -renderPartial('_form', array('model'=>$model)); ?> \ No newline at end of file +pageTitle=Yii::t('profind', 'Modificación de los datos de la empresa'); + + $this->breadcrumbs = array( + Yii::t('profind', 'Perfil') => array('/usuario/modificar', 'id' => Yii::app()->user->id), + Yii::t('profind', 'Empresa'), + ); + + // Sidebar + echo $this->renderPartial('//sidebars/_menu_usuario'); + + // Contenido + echo $this->renderPartial('_form', array('model' => $model)); + +?> diff --git a/www/themes/profind/views/layouts/main.php b/www/themes/profind/views/layouts/main.php index 17c2d0b..ee673ef 100644 --- a/www/themes/profind/views/layouts/main.php +++ b/www/themes/profind/views/layouts/main.php @@ -21,11 +21,11 @@ - - + +
@@ -37,38 +37,44 @@
-