Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit bf56d7b

Browse files
author
Saqib Razzaq
committed
Final changes made for CB 2.8.1 RC1
1 parent 1a1f365 commit bf56d7b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

upload/admin_area/styles/cb_2014/layout/language_settings.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ <h2>Language Settings</h2>
166166
<!-- <div class="heading">
167167
<h2> Add New Language </h2>
168168
</div> -->
169-
<!-- <div class="form-group">
169+
<!-- <div class="form-group">
170170
<form action="?import" method="post" enctype="multipart/form-data" name="import_language" id="import_language">
171-
<h4>Upload file</h4>
172-
<table>
171+
<h4>Upload file</h4>
172+
<table>
173173
<tr><td>
174174
Browse ClipBucket Language File ( must be .xml format )
175175
<input type="file" name="lang_file" id="lang_file" class="marginBottomLarge" />

upload/cb_install/clipbucket.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
define("ClipBucket","ClipBucket - Open Source Media Sharing Script by Arslan Hassan");
1313
define("VERSION","2.8.1");
14-
define("STATE","BETA");
15-
define("REV","4039");
16-
define("RELEASED","09-05-2016");
14+
define("STATE","RC1");
15+
define("REV","4143");
16+
define("RELEASED","17-05-2016");
1717
define("AUTHORS","ARSLAN HASSAN,FAWAZ TAHIR,FAHAD ABBAS,SAQIB RAZZAQ");
1818

1919
?>

0 commit comments

Comments
 (0)