Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
Some code fixes
  • Loading branch information
nilsteampassnet committed Jan 10, 2024
1 parent 1885059 commit e494722
Show file tree
Hide file tree
Showing 112 changed files with 26,854 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes/config/include.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
define('TP_VERSION', '3.1.1');
define("UPGRADE_MIN_DATE", "1702452416");
define('TP_VERSION_MINOR', '24');
define('TP_VERSION_MINOR', '25');
define('TP_TOOL_NAME', 'Teampass');
define('TP_ONE_DAY_SECONDS', 86400);
define('TP_ONE_WEEK_SECONDS', 604800);
Expand Down
123 changes: 123 additions & 0 deletions install1/css/install.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
body{
width: 1000px;
margin-left: auto;
margin-right: auto;
background-image: url(../../includes/images/install_background.jpg);
-webkit-background-size: cover;
background-size: cover;
font-family: sans-serif;
}

#top{
width: 1000px;
margin-left: auto;
margin-right: auto;
padding: 10px;
font-family: sans-serif;
display:block;
color: #404d63;
}

.lcol {
vertical-align:middle;
display:inline-block;
margin-bottom: 15px;
}

.header-title{
font-size: 42px;
letter-spacing: 10px;
color: #84AAB7;
}

.header-title-small{
font-size: 16px;
letter-spacing: 2px;
}

#title {
font: bold 270%/100% "Lucida Grande";
color: #464646;
float:left;
margin-top:3px;
}

#main {
width: 1000px;
margin-top:15px;
margin-left: auto;
margin-right: auto;
background-color:white;
color:#464646;
height:90%;
overflow:hidden;
padding:10px;
display:block;
height:100%;
}

#menu {
float: left;
width: 25%;
margin-left:-20px;
height:100%;
}

#menu li {
margin-top:5px;
}

.li_inprogress {
font-weight: bold;
color: #5283BB;
}

.li_done {
font-weight: normal;
color: #464646;
}

#content {
/*float:left;
width: 75%;
height:100%;*/
}

#step_name {
font-weight: bold;
text-align: center;
font-size: 15px;
}

#step_content {
margin-top: 10px;
}

#action_buttons {
width: 1000px;
padding: 10px;
margin:0 auto 0 auto;
background-color:white;
color:#464646;
height: 30px;
text-align: right;
}
h5 {
margin-bottom: 10px;
}

.label_block {
display: inline-block;
width: 200px;
margin-bottom: 2px;
}

.label_block_big {
display: inline-block;
width: 270px;
margin-bottom: 2px;
}

.hidden {
display: none;
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions install1/css/overcast/jquery-ui-1.10.3.custom.min.css

Large diffs are not rendered by default.

Binary file added install1/images/76.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install1/images/ajax-loader.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install1/images/cross.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install1/images/error.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install1/images/exclamation-red.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install1/images/information-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install1/images/minus-circle.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install1/images/tick-circle.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install1/images/tick.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e494722

Please sign in to comment.